Author: crossley Date: Fri May 22 04:17:05 2009 New Revision: 777362 URL: http://svn.apache.org/viewvc?rev=777362&view=rev Log: Decrease font size of copyright and trademark. Issue: FOR-1170
Modified: forrest/trunk/main/fresh-site/src/documentation/skinconf.xml forrest/trunk/site-author/skinconf.xml Modified: forrest/trunk/main/fresh-site/src/documentation/skinconf.xml URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/skinconf.xml?rev=777362&r1=777361&r2=777362&view=diff ============================================================================== --- forrest/trunk/main/fresh-site/src/documentation/skinconf.xml (original) +++ forrest/trunk/main/fresh-site/src/documentation/skinconf.xml Fri May 22 04:17:05 2009 @@ -196,6 +196,10 @@ --> #footer a { color: #0F3660; } #footer a:visited { color: #009999; } + <!--Example: + Decrease font size. + --> + .copyright { font-size: 0.8em } </extra-css> <colors> <!-- These values are used for the generated CSS files. Modified: forrest/trunk/site-author/skinconf.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/skinconf.xml?rev=777362&r1=777361&r2=777362&view=diff ============================================================================== --- forrest/trunk/site-author/skinconf.xml (original) +++ forrest/trunk/site-author/skinconf.xml Fri May 22 04:17:05 2009 @@ -154,6 +154,7 @@ <extra-css> #footer a { color: #0F3660; } #footer a:visited { color: #009999; } +.copyright { font-size: 0.8em } </extra-css> <colors> <!-- These values are used for the generated CSS files. -->