From d67f5736dfbec2b769e98dd17f34137b9feec1fc Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Tue, 25 Oct 2011 22:52:38 +0000 Subject: improved wiki (TOC and moderator box) --- h-source/Public/Css/main.css | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'h-source/Public/Css') diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 93f5783..c06058e 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -493,6 +493,7 @@ a.link_menu margin-bottom:20px; border-bottom:1px solid #d26262; border-top:1px solid #d26262; + clear:both; } /*page list in history*/ @@ -702,6 +703,10 @@ ins -moz-border-radius: 15px; -webkit-border-radius: 15px; } +.tables_of_contents a +{ + font-size:14px; +} .tables_of_contents_title { margin:10px 25px; @@ -1610,8 +1615,8 @@ ins } .moderator_box_deleted { - background:#F0FFFF; - border:1px solid #ADD8E6; + background:#C7DAEF; +/* border:1px solid #ADD8E6; */ } .listTable @@ -2015,13 +2020,17 @@ div#description_tabs_content margin:10px 0; } -.issue_hidden_notice +.issue_hidden_notice, .wiki_hidden_notice { - width:500px; + width:450px; float:left; margin-bottom:10px; color:red; } +.wiki_hidden_notice +{ + color:#000; +} .show_hidden_box_ext { clear:left; -- cgit v1.2.3