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.13 -r1.14 --- openacs.org-dev/www/templates/css/main.css 12 Aug 2002 13:58:39 -0000 1.13 +++ openacs.org-dev/www/templates/css/main.css 12 Aug 2002 17:11:11 -0000 1.14 @@ -149,7 +149,7 @@ } -div.main-content { +div.main-content { margin-left: 23%; margin-right: 23%; } @@ -169,31 +169,32 @@ Community Page */ -div.row { - clear: both; +div.container-left { + float: left; + width: 39%; } +div.container-right { + float: right; + width: 59%; +} + div.forums { - float: left; - width: 39%; + clear: both; } div.jobs { - float: right; - width: 59%; + clear: both; } div.sites { - float: right; - width: 59%; + clear: both; } div.companies { - float: left; - width: 39%; + clear: both; } div.hosting { - float: right; - width: 59%; + clear: both; }