From: the_mgt Date: Wed, 6 Jul 2011 23:20:01 +0000 (+0200) Subject: Fixed some css errors X-Git-Tag: v8.11~601 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=b81c5fa87191f2dfe9fc2681e643bd7affba3b57 Fixed some css errors --- diff --git a/webcit/static/styles/iconbar.css b/webcit/static/styles/iconbar.css index a232f7a11..20de4805c 100644 --- a/webcit/static/styles/iconbar.css +++ b/webcit/static/styles/iconbar.css @@ -52,7 +52,7 @@ .iconbar_text > span { cursor: pointer } -div.iconbar_text select { border: 1px solid 424b5; } +div.iconbar_text select { border: 1px solid #424b5; } #iconbar_menu {} diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index f5957e76c..df3d29995 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -1133,7 +1133,6 @@ a.event_title span, a.event_unread span, a.event_read span { a.event_title:hover, a.event_unread:hover, a.event_read:hover { z-index:25; - background:; } a.event_title:hover span.tooltip, a.event_unread:hover span.tooltip, a.event_read:hover span.tooltip { @@ -1174,7 +1173,7 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event .blog_post_title { font-size: 150%; - font-style: bold; + font-weight: bold; } .blog_post_title a:link, .blog_post_title a:visited, .blog_post_title a:active {