From 0cc7100dcf9abbab90cd49930074e3b9eaf15095 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 23 Oct 2011 12:34:06 +0000 Subject: improved wiki formatting: added TOC - part 2 --- h-source/Public/Css/main.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'h-source/Public') diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 1f6e597..0ffd46c 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -687,6 +687,17 @@ ins { margin-bottom:10px; } +.tables_of_contents +{ + margin:10px 0; + padding:5px; + background-color:#C7DAEF; +} +.tables_of_contents_title +{ + margin:5px; + font-weight:bold; +} /*wiki code*/ .code_pre { @@ -712,11 +723,13 @@ ins { font:bold 17px/1 sans-serif,arial; color:gray; + padding:2px 0; } .div_h3 { font:bold 16px/1 sans-serif,arial; color:gray; + padding:2px 0; } .div_lang { -- cgit v1.2.3