Revert accidental checkin
git-svn-id: svn://10.0.0.236/trunk@208715 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
34449ee32f
commit
5289b576c0
@ -48,8 +48,8 @@
|
||||
]
|
||||
>
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<title>&brandFullName; Credits</title>
|
||||
|
||||
@ -130,11 +130,6 @@
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
label.text-link {
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.motto {
|
||||
margin-top: 2px;
|
||||
font-style: italic;
|
||||
@ -149,6 +144,11 @@
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
a {
|
||||
color: blue;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-top: 0px;
|
||||
margin-left: 0px;
|
||||
@ -163,7 +163,7 @@
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<script type="application/x-javascript" src="chrome://global/content/globalOverlay.js"></script>
|
||||
<script type="application/x-javascript">
|
||||
<![CDATA[
|
||||
@ -212,16 +212,13 @@
|
||||
<h2 class="title">&brandFullName;™
|
||||
<div class="motto">&brandMotto;</div>
|
||||
</h2>
|
||||
|
||||
<div class="links">
|
||||
<div><xul:label id="" value="&credit.thanks2;" style="font-style: italic;"/></div>
|
||||
<xul:hbox>
|
||||
<xul:label value="&credit.prethanks; "/>
|
||||
<xul:label class="text-link" href="http://worldfirefoxday.com" value="&credit.friends;"/>
|
||||
<xul:label value=" &credit.and; "/>
|
||||
<xul:label class="text-link" href="about:credits" value="&credit.contributors;"/>
|
||||
<xul:label value=" &credit.postthanks;"/>
|
||||
</xul:hbox>
|
||||
<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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user