Bug 713072: Bring the 'Licensing information' link in about: in line with the other links. r=mfinkle

This commit is contained in:
Steffen Wilberg 2011-12-27 14:26:18 +01:00
parent 7e20167c5b
commit 6eefde36ff
3 changed files with 8 additions and 13 deletions

View File

@ -84,11 +84,12 @@
<li><a href="about:rights">&aboutPage.rights.label;</a></li>
<li><a id="releaseNotesURL">&aboutPage.relNotes.label;</a></li>
<li><a id="creditsURL">&aboutPage.credits.label;</a></li>
<li><a href="about:license">&aboutPage.license.label;</a></li>
<div class="bottom-border"></div>
</ul>
<div id="aboutDetails">
<p id="license"><b><a href="about:license">&aboutPage.licenseLink;</a>&aboutPage.licenseLinkSuffix;</b> &logoTrademark;</p>
<p>&logoTrademark;</p>
</div>
<script type="application/javascript;version=1.8"><![CDATA[

View File

@ -1,18 +1,12 @@
<!ENTITY aboutPage.title "About &brandShortName;">
<!ENTITY aboutPage.checkForUpdates.link "Check for Updates »">
<!ENTITY aboutPage.checkForUpdates.checking "Looking for updates…">
<!ENTITY aboutPage.checkForUpdates.none "No updates available">
<!ENTITY aboutPage.checkForUpdates.found "Update available">
<!ENTITY aboutPage.faq.label "FAQ">
<!ENTITY aboutPage.support.label "Support">
<!ENTITY aboutPage.privacyPolicy.label "Privacy Policy">
<!ENTITY aboutPage.rights.label "Know Your Rights">
<!ENTITY aboutPage.relNotes.label "Release Notes">
<!ENTITY aboutPage.credits.label "Credits">
<!ENTITY aboutPage.checkForUpdates.link "Check for Updates »">
<!ENTITY aboutPage.checkForUpdates.checking "Looking for updates…">
<!ENTITY aboutPage.checkForUpdates.none "No updates available">
<!ENTITY aboutPage.checkForUpdates.found "Update available">
<!-- LOCALIZATION NOTE:
These strings are concatenated in order. Unneeded strings may be left blank.
-->
<!ENTITY aboutPage.licenseLink "Licensing information">
<!ENTITY aboutPage.licenseLinkSuffix ".">
<!ENTITY aboutPage.license.label "Licensing Information">

View File

@ -103,7 +103,7 @@ body {
}
#aboutLinks > li {
line-height: 3;
line-height: 2.6;
border-top: 1px solid white;
border-bottom: 1px solid #C1C7CC;
}