Index: openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css,v diff -u -r1.1 -r1.2 --- openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css 8 May 2008 01:34:03 -0000 1.1 +++ openacs-4/packages/openacs-default-theme/www/resources/styles/default-master.css 18 May 2008 01:42:57 -0000 1.2 @@ -641,32 +641,26 @@ /* Portlets */ -.portlet h2 { - background: #dddddd; - padding: 2px 8px 2px 8px; - margin: 0; +.portlet-sidebar { + width: 30%; } -.portlet-header { - background: #dddddd; +.portlet { + margin: 4px 0px 4px 0px; } -.portlet-header h2 { +.portlet .portlet-title h2 { + background: #dddddd; padding: 2px 8px 2px 8px; margin: 0; } -.portlet-sidebar { - width: 30%; -} - .portlet .portlet-body { border: 1px dotted #999; border-top: 0px; padding: 6px 8px 6px 8px; } - /* Generally Available Tabs */ #tabs-div {