Fix alignment of "What's New" in About window
This commit is contained in:
parent
63c69727cd
commit
8f2508e167
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -35,6 +35,10 @@ dialog
|
|||
cursor: text;
|
||||
}
|
||||
|
||||
#changelog {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
.subhead
|
||||
{
|
||||
margin-top: 5px;
|
||||
|
|
Loading…
Add table
Reference in a new issue