[Assorted-commits] SF.net SVN: assorted:[1038] personal-site/trunk/static/plain.css
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-10-24 03:51:00
|
Revision: 1038 http://assorted.svn.sourceforge.net/assorted/?rev=1038&view=rev Author: yangzhang Date: 2008-10-24 03:50:41 +0000 (Fri, 24 Oct 2008) Log Message: ----------- fancier headers Modified Paths: -------------- personal-site/trunk/static/plain.css Modified: personal-site/trunk/static/plain.css =================================================================== --- personal-site/trunk/static/plain.css 2008-10-23 16:30:43 UTC (rev 1037) +++ personal-site/trunk/static/plain.css 2008-10-24 03:50:41 UTC (rev 1038) @@ -42,7 +42,8 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a { color: gray; /* #527bbd; */ font-weight: normal; - font-family: sans-serif; + font-family: arial; + text-transform: uppercase; margin-top: 1.2em; margin-bottom: 0.5em; line-height: 1.3; @@ -51,10 +52,12 @@ h1 { border-bottom: 2px solid silver; + letter-spacing: -3px; } h2 { border-bottom: 2px solid silver; padding-top: 0.5em; + letter-spacing: -2px; } div.sectionbody { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |