Index: openacs-4/www/templates/css/main.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/templates/css/Attic/main.css,v diff -u -r1.1.2.3 -r1.1.2.4 --- openacs-4/www/templates/css/main.css 28 Aug 2008 10:03:22 -0000 1.1.2.3 +++ openacs-4/www/templates/css/main.css 28 Aug 2008 11:35:17 -0000 1.1.2.4 @@ -209,15 +209,15 @@ } div.news h2, div.postings h2 { - color: #545D51; + color: #444; + background-color: #f8f8f8; } div.postings .forum, div.news .news-item { margin-left: 1em; } div.item-content, p.item-content, ul.forum-content { - background-color: #f8f8f8; padding: 6px; margin-top: 1px; font-size: small; @@ -232,9 +232,12 @@ margin-bottom: 1px; font-weight: normal; font-size: 1em; + border-bottom: thin dotted #666; } + h3.item-title a, h3.forum-title a { font-weight: bold; + color: #960; } h3.item-title a:hover, h3.forum-title a:hover, p.item-content a:hover, ul.forum-content a:hover { background-color: inherit;