From: Andre P. <at...@us...> - 2004-05-19 17:39:17
|
Update of /cvsroot/hoc/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23935 Modified Files: hoc-documentation.css Log Message: Updated documentation CSS Index: hoc-documentation.css =================================================================== RCS file: /cvsroot/hoc/www/hoc-documentation.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- hoc-documentation.css 19 May 2004 07:44:48 -0000 1.1 +++ hoc-documentation.css 19 May 2004 17:39:07 -0000 1.2 @@ -1,6 +1,6 @@ /* :: general text formatting :: */ -a { +a:link { color: 0000CC; text-decoration: none; border: none; @@ -18,8 +18,7 @@ p { font-size:100%; - margin: 12px 0; - text-align: justify; + margin: 6px 0; } p.center { @@ -57,33 +56,31 @@ font-size:150%; line-height: 150%; color: #000066; - text-align: center; } h2 { font-family: Verdana, sans-serif; font-size:120%; line-height: 120%; - /* color: #000066; */ - text-align: center; + color: #000000; } h3 { font-family: Verdana, sans-serif; font-size:120%; - color: #333333; + color: #000000; } h4 { font-family: Verdana, sans-serif; font-size:110%; - color: #333333; + color: #000000; } h5 { font-family: Verdana, sans-serif; font-size:110%; - color: #3A3A3A; + color: #000000; } img { |