
cherokee at cherokee-project
Oct 9, 2009, 7:38 PM
Post #1 of 1
(167 views)
Permalink
|
|
[3695] cherokee/trunk/doc/media/css/cherokee_doc.css: Fixes slight CSS mismatch between the site and the documentation
|
|
Revision: 3695 http://svn.cherokee-project.com/changeset/3695 Author: taher Date: 2009-10-10 04:38:16 +0200 (Sat, 10 Oct 2009) Log Message: ----------- Fixes slight CSS mismatch between the site and the documentation Modified Paths: -------------- cherokee/trunk/doc/media/css/cherokee_doc.css Modified: cherokee/trunk/doc/media/css/cherokee_doc.css =================================================================== --- cherokee/trunk/doc/media/css/cherokee_doc.css 2009-10-09 17:34:09 UTC (rev 3694) +++ cherokee/trunk/doc/media/css/cherokee_doc.css 2009-10-10 02:38:16 UTC (rev 3695) @@ -1,5 +1,5 @@ body { - font-family: "Lucida Grande", Lucida, Verdana, sans-serif; + font-family:Lucida Grande,Myriad,Andale Sans,Luxi Sans,Bitstream Vera Sans,Tahoma,Toga Sans,Helvetica,Arial,sans-serif; font-size:10pt; color: #555; } @@ -142,11 +142,11 @@ } div#footer { - font-family: sans-serif; - font-size: small; -// border-top: 1px solid silver; - padding-top: 0.5em; - margin-top: 4.0em; + font-family: Lucida Grande,Myriad,Andale Sans,Luxi Sans,Bitstream Vera Sans,Tahoma,Toga Sans,Helvetica,Arial,sans-serif; + font-size: x-small; + //border-top: 1px solid silver; + //padding-top: 0.5em; + margin-top: 2.0em; } div#footer-text { float: left;
|