Index: openacs-4/packages/forums/www/resources/forums.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/www/resources/forums.css,v diff -u -r1.3 -r1.3.2.1 --- openacs-4/packages/forums/www/resources/forums.css 8 Aug 2006 21:26:53 -0000 1.3 +++ openacs-4/packages/forums/www/resources/forums.css 12 Mar 2007 06:16:43 -0000 1.3.2.1 @@ -34,13 +34,13 @@ #forum-thread .subject { text-align: left; - background: #f0f0f0; + background: #f3f3f3; padding: 0.5em; } #forum-thread .subject a.title { -# color: blue; -# font-weight: bold; + color: blue; + font-weight: bold; text-decoration:none; } @@ -52,27 +52,27 @@ } #forum-thread .subject .response { - color: black; + } #forum-thread .subject .reference { - color: green; + color: #006f00; } #forum-thread .attribution { padding-top: 0.5em; - color: #aaaaaa; + padding-left: 0.5em; } #forum-thread .attribution a { font-weight: normal; } #forum-thread .odd { - background: #d9e4f9; + background: #e9effb; } #forum-thread .even { - background: #eeeeee; + background: #f3f3f3; } #forum-thread .level0 {