From 878f70432bdfdd12a5c9788cec3d04ed862eafa6 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 10 Jul 2011 21:01:21 +0000 Subject: a message is now shown in talk pages when the page is deleted --- h-source/Public/Css/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'h-source/Public') 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 { -- cgit v1.2.3