Fix alignment of "What's New" in About window

This commit is contained in:
Dan Stillman 2017-07-12 03:38:14 -04:00
parent 63c69727cd
commit 8f2508e167
2 changed files with 5 additions and 1 deletions

View file

@ -19,7 +19,7 @@
<label id="name" value="Zotero"/>
<hbox>
<label id="version"/>
<label class="zotero-text-link" href="https://www.zotero.org/support/changelog" value="&zotero.whatsNew;"/>
<label id="changelog" class="zotero-text-link" href="https://www.zotero.org/support/changelog" value="&zotero.whatsNew;"/>
</hbox>
<script>
document.getElementById('version').textContent = Zotero.version;

View file

@ -35,6 +35,10 @@ dialog
cursor: text;
}
#changelog {
border: 0;
}
.subhead
{
margin-top: 5px;