Index: openacs.org-dev/www/templates/css/main.css =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/www/templates/css/main.css,v diff -u -r1.10 -r1.11 --- openacs.org-dev/www/templates/css/main.css 9 Aug 2002 17:32:15 -0000 1.10 +++ openacs.org-dev/www/templates/css/main.css 12 Aug 2002 13:44:28 -0000 1.11 @@ -1,21 +1,18 @@ -.forum { +body { + background-color: white; + font-family: sans-serif; margin-top: 0px; - margin-bottom:7px; } -.title { - margin-bottom:2px; - margin-top: 5px; - font-weight: bold; +a { + color: #006699; } -.item { - padding-bottom: 0px; - margin-bottom: 5px; - margin-top: 0px; +a:visited { + color: purple; } -#description { +#description { } @@ -24,17 +21,21 @@ margin-right: 8px; } -body { - background-color: white; - font-family: sans-serif; +.forum { + margin-top: 0px; + margin-bottom:7px; } -a { - color: #006699; +.title { + margin-bottom:2px; + margin-top: 5px; + font-weight: bold; } -a:visited { - color: purple; +.item { + padding-bottom: 0px; + margin-bottom: 5px; + margin-top: 0px; } div.header { @@ -64,11 +65,11 @@ } span.search input { - font-size: 10px; + font-size: 100%; } span.user-status { - font-size: 70%; + font-size: 85%; } div.box {