Index: openacs-4/packages/xowiki/www/resources/xowiki.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/xowiki.css,v diff -u -r1.22 -r1.23 --- openacs-4/packages/xowiki/www/resources/xowiki.css 20 Sep 2007 12:14:16 -0000 1.22 +++ openacs-4/packages/xowiki/www/resources/xowiki.css 12 Nov 2007 08:40:17 -0000 1.23 @@ -39,26 +39,30 @@ #main div.column {text-align: left; margin-bottom: 1em;} #content {float: left; width: 70%;} div.xowiki-content h1 { - font-size: 24px; clear: both; + /* font-size: 24px; */ + clear: both; border-bottom: solid silver 1px; color: #222222; margin-top: 1em; margin-bottom: 0.5em; text-align: left; font-weight: normal; } div.xowiki-content h2 { - font-size: 16px; + /*font-size: 16px; */ clear: both; border-bottom: 1px solid silver; color: #222222; margin-top: 1em; margin-bottom: 0.25em; text-align: left; font-weight: normal; } div.xowiki-content h3 { - font-size: 14px; + /* font-size: 14px; */ text-indent: 0em; margin-top: 0.75em; margin-bottom: 0.1em; letter-spacing: 0px; color: #222222; text-align: left; font-weight: bold; } -div.xowiki-content h4 {font-size: 12px; margin: 0;} +div.xowiki-content h4 { + /* font-size: 12px; */ + margin: 0; +} div.xowiki-content .box {border: 1px solid #a1a5a9; padding: 0 5px 5px 5px; margin: 0 0 1.25em 0;} div.xowiki-content .errorMsg {color: red; font-weight: bold;} div.xowiki-content .hr {