diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-10 21:01:21 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-10 21:01:21 +0000 |
commit | 878f70432bdfdd12a5c9788cec3d04ed862eafa6 (patch) | |
tree | 0db08548c7d7f539add929387bf498ced0c5b75c /h-source/Public | |
parent | 82d1fce1124a497dc1b78cf88dbc29e2eb1f6ae5 (diff) |
a message is now shown in talk pages when the page is deleted
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/main.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index fa7097c..952f889 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1780,6 +1780,7 @@ span.entry_label_small { margin-bottom:10px; font-size:12px; + font-weight:bold; /* color:#FFF; */ } #admin_box ul, #moderator_box ul @@ -1790,13 +1791,13 @@ span.entry_label_small } #admin_box ul li, #moderator_box ul li { -/* list-style-type:none; */ + list-style-type:none; padding:5px 0px; } #admin_box ul li a, #moderator_box ul li a { color:#097FBC; - font-weight:bold; +/* font-weight:bold; */ } #moderator_box ul li a { |