From 52519a95c9d809fb15b5ee0ca067e8ba06834550 Mon Sep 17 00:00:00 2001 From: Philipp Dunkel Date: Mon, 21 Sep 2009 18:27:38 +0000 Subject: [PATCH] Fixed H3 Pointers Issue Improved News style --- www/styles/default.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/www/styles/default.css b/www/styles/default.css index 4b4936d..8ea7c5d 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -48,8 +48,11 @@ h3{ color: #334d55; margin: 0px; padding: 0px; +} + +h3.pointer{ cursor: pointer; -/* cursor: hand; */ + /* cursor: hand; */ } h4{ @@ -627,6 +630,11 @@ img.sponsorlogo { /************ Newsbox *************/ +#lnews { /* class for the text "Latest News" */ + font-size: small; + font-variant: small-caps; +} + div.newsbox { border-top: 1px solid #cccccc; color: #101010;