changed the footer to put the links to sister organisations at the very bottom and in grey

svn path=/trunk/; revision=16563
This commit is contained in:
hugo 2010-09-02 13:47:07 +00:00
parent ab68001143
commit dc0b60c10b
2 changed files with 13 additions and 2 deletions

View File

@ -469,6 +469,12 @@
</ul>
</div>
-->
<!-- FSF* netwok note -->
<p id="fsfnetwork">
<xsl:apply-templates select="/buildinfo/textset/text[@id='fsfnetwork']/node()"/>
</p>
</div> <!-- /#footer -->
</xsl:element>
</xsl:copy>

View File

@ -837,13 +837,18 @@ h4#subpages + ul li:nth-child(odd) {
/* ------------------------------------------------------------------------- */
/* FSF* Network */
/* ------------------------------------------------------------------------- */
#fsfnetwork {
/*#fsfnetwork {
clear: both;
font-size: 120%;
padding-top: 2em;
text-align: center;
}
}*/
#fsfnetwork {
font-size: 110%;
clear: left;
clear:both;
}
/* ------------------------------------------------------------------------- */
/* Footer */