mirror of
https://github.com/moparisthebest/FireTray
synced 2024-11-15 13:25:04 -05:00
better related links + <p> styling
This commit is contained in:
parent
10fd3f3a05
commit
ff32ed08bd
@ -166,6 +166,10 @@ body{
|
||||
font-family:Calibri, Helvetica, Helvetica Neue, Arial, sans-serif;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 10px 0 10px;
|
||||
}
|
||||
|
||||
.wrapper{
|
||||
margin:auto;
|
||||
width:960px;
|
||||
|
@ -111,9 +111,10 @@
|
||||
<div class="span-7 last">
|
||||
<aside id="related_links">
|
||||
<h4>related links</h4>
|
||||
<p><a href="https://addons.mozilla.org/fr/firefox/addon/firetray/">AMO home</a>
|
||||
<p><a href="https://github.com/foudfou/FireTray">Code home</a>
|
||||
<p><a href="http://code.google.com/p/firetray/">Firetray-XPCOM code home</a>
|
||||
<p><a href="https://addons.mozilla.org/fr/firefox/addon/firetray/">Firetray
|
||||
on Mozilla</a>
|
||||
<p><a href="https://github.com/foudfou/FireTray">Firetray development</a>
|
||||
<p><a href="http://code.google.com/p/firetray/">Firetray-XPCOM development</a>
|
||||
</aside>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user