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 -N -r1.9 -r1.10 --- openacs.org-dev/www/templates/css/main.css 9 Aug 2002 16:33:09 -0000 1.9 +++ openacs.org-dev/www/templates/css/main.css 9 Aug 2002 17:32:15 -0000 1.10 @@ -1,10 +1,18 @@ -#title { +.forum { + margin-top: 0px; + margin-bottom:7px; +} + +.title { + margin-bottom:2px; + margin-top: 5px; font-weight: bold; } -#item { - margin-left: 15px; - padding-bottom: 10px; +.item { + padding-bottom: 0px; + margin-bottom: 5px; + margin-top: 0px; } #description { @@ -56,7 +64,7 @@ } span.search input { - font-size: 30%; + font-size: 10px; } span.user-status { @@ -175,16 +183,16 @@ } div.sites { - float: left; + float: right; width: 59%; } div.companies { - float: right; + float: left; width: 39%; } div.hosting { - float: left; - width: 39%; -} \ No newline at end of file + float: right; + width: 59%; +}