Bug 345537: add "friends" link in "About Firefox" dialog, patch by Michael Wu <michael.wu@mozilla.com>, r=mconnor, uir=beltzner
git-svn-id: svn://10.0.0.236/trunk@206504 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -95,10 +95,6 @@
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
#creditsBox > .title > .motto {
|
||||
margin-bottom: 180px;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
@@ -118,10 +114,22 @@
|
||||
|
||||
h2.title {
|
||||
margin-top: 200px;
|
||||
margin-bottom: 100px;
|
||||
margin-bottom: 60px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.links {
|
||||
font-weight: bold;
|
||||
font-size: small;
|
||||
text-align: center;
|
||||
margin: 0px 0px 100px 0px;
|
||||
}
|
||||
|
||||
.links div {
|
||||
font-weight: normal;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.motto {
|
||||
margin-top: 2px;
|
||||
font-style: italic;
|
||||
@@ -204,6 +212,14 @@
|
||||
<h2 class="title">&brandFullName;™
|
||||
<div class="motto">&brandMotto;</div>
|
||||
</h2>
|
||||
<div class="links">
|
||||
<div>&credit.thanks2;</div>
|
||||
&credit.prethanks;
|
||||
<a href="" link="http://worldfirefoxday.com" onclick="visitLink(event);">&credit.friends;</a>
|
||||
&credit.and;
|
||||
<a href="" link="about:credits" onclick="visitLink(event);">&credit.contributors;</a>
|
||||
&credit.postthanks;
|
||||
</div>
|
||||
|
||||
<div class="creditsGroup">
|
||||
<ul>
|
||||
|
||||
@@ -4,6 +4,13 @@
|
||||
<!ENTITY credit.gecko "Gecko Layout Engine">
|
||||
<!ENTITY credit.thanks "Special Thanks To">
|
||||
|
||||
<!ENTITY credit.thanks2 "Many thanks to our">
|
||||
<!ENTITY credit.prethanks "">
|
||||
<!ENTITY credit.friends "Friends">
|
||||
<!ENTITY credit.and "&">
|
||||
<!ENTITY credit.contributors "Contributors" >
|
||||
<!ENTITY credit.postthanks "">
|
||||
|
||||
<!-- localization credits look like this: -->
|
||||
<!--
|
||||
<!ENTITY credit.translation
|
||||
|
||||
Reference in New Issue
Block a user