[library-web/new-website-style] more styling of moinmoin imported table of contents



commit 187c32f2e4ceab2d21bc8b034217137bf4d0e615
Author: Frédéric Péters <fpeters 0d be>
Date:   Thu Mar 31 00:15:18 2011 +0530

    more styling of moinmoin imported table of contents

 data/skin/moinmoin.css |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)
---
diff --git a/data/skin/moinmoin.css b/data/skin/moinmoin.css
index aa6477b..cd019e9 100644
--- a/data/skin/moinmoin.css
+++ b/data/skin/moinmoin.css
@@ -12,3 +12,18 @@ div.table-of-contents {
 	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
 	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
 }
+
+div.table-of-contents p {
+	display: none;
+}
+
+div.table-of-contents ol {
+	list-style: none;
+	padding: 0;
+	margin: 0;
+}
+
+div.table-of-contents li {
+	padding-left: 2ex;
+	margin: 0;
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]