Index: openacs-4/packages/theme-zen/www/resources/css/main.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/theme-zen/www/resources/css/main.css,v diff -u -r1.1.2.2 -r1.1.2.3 --- openacs-4/packages/theme-zen/www/resources/css/main.css 23 Jan 2007 00:56:58 -0000 1.1.2.2 +++ openacs-4/packages/theme-zen/www/resources/css/main.css 27 Jan 2007 18:44:48 -0000 1.1.2.3 @@ -6,7 +6,7 @@ padding:0; font:small/1.5em Tahoma, "Lucida Grande", sans-serif; voice-family: "\"}\""; voice-family:inherit; - color: #383d44; + color: #333333; } @@ -16,7 +16,6 @@ #content-wrapper { clear: both; - height: 500px; border-top: 1px solid #fff; /*background: url(/resources/theme-zen/images/global/page_background.gif) repeat-x top left; */ } @@ -44,17 +43,17 @@ } a:link { - color: #2e72b8; + color: #235c96; text-decoration:none; } a:visited { - color: #2e72b8; + color: #235c96; text-decoration:none; } a:hover { - color: #2e72b8; + color: #235c96; text-decoration:underline; background: #f3f1e9; } @@ -111,11 +110,11 @@ /* LISTS -----------------------------------------------------------*/ -ul.compact{ +ul.compact, .action-list ul{ margin: 0px; padding: 0px; } -ul.compact li { +ul.compact li, .action-list ul li { list-style:none; display: inline; } @@ -218,6 +217,10 @@ border-right: 1px solid #666666; } +a img { + border: 0px; +} + /* END OF BUTTONS */ /* FOOTER -----------------------------------------------------------*/