Fixed some css errors
authorthe_mgt <themgt@ueberserver.de>
Wed, 6 Jul 2011 23:20:01 +0000 (01:20 +0200)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 21:33:09 +0000 (21:33 +0000)
webcit/static/styles/iconbar.css
webcit/static/styles/webcit.css

index a232f7a11c42e1d4455c47d00b9f9d2ea523ecfe..20de4805c030c6a2922627d230e75852ddaf0c4a 100644 (file)
@@ -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 {}
 
index f5957e76cfc23cb6e54a99f06bb0d2df9b5c3865..df3d29995b021feae1549e5ede4928b95bf85dcb 100644 (file)
@@ -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 {