diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-28 22:48:41 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-28 22:48:41 +0000 |
commit | f09ea69525d406fb565fc94cddd03eb7690d501e (patch) | |
tree | 4269203257bcf2bb60f1fb432afb70aeb081fcc2 /h-source/Public | |
parent | e7b3717614621f14695ab6ca6dda6dd17ba3d65c (diff) |
added RSS - part 3
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/main.css | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index a159733..43c130a 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1815,6 +1815,11 @@ span.entry_label_small color:#DC143C; font-weight:bold; } +#admin_box ul li a.not_bold +{ + color:#000; + font-weight:normal; +} #moderator_box ul li a { color:#FF4500; @@ -1842,10 +1847,11 @@ span.entry_label_small padding:5px; overflow:hidden; height:32px; - background-color:#000; + background-color:#C7DAEF; color:#FFF; /* border:1px solid #E0FFFF; */ } + .rss_right_box img { float:left; @@ -1853,10 +1859,15 @@ span.entry_label_small .rss_right_box_text { float:left; - margin:5px; + margin:5px 10px; font-weight:bold; } - +.rss_right_box_text a +{ + color:#000; +/* text-decoration:none; */ + font-weight:normal; +} /* Start - temporarily added due to transformation of help pages 2011-05-29 joeko |