summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorspiderr <spider@viovio.com>2013-04-01 12:19:58 -0400
committerspiderr <spider@viovio.com>2013-04-01 12:19:58 -0400
commita8f1ef33409e610b793c1f3d25e1aa7fe88176b9 (patch)
tree957454ebbde70e2ec6700f975b84a7d1d9025cc4 /css
parent991fb491c49f1b0676df4f5edb9bd34fde9d428c (diff)
downloadthemes-a8f1ef33409e610b793c1f3d25e1aa7fe88176b9.tar.gz
themes-a8f1ef33409e610b793c1f3d25e1aa7fe88176b9.tar.bz2
themes-a8f1ef33409e610b793c1f3d25e1aa7fe88176b9.zip
bootstrap-conversion
Diffstat (limited to 'css')
-rw-r--r--css/base.css21
1 files changed, 12 insertions, 9 deletions
diff --git a/css/base.css b/css/base.css
index ac190cc..6843752 100644
--- a/css/base.css
+++ b/css/base.css
@@ -61,6 +61,18 @@ html[dir='rtl'] .clearright {clear:left}
.monospace {font-family:monospace}
+.module ol,
+.module ul {margin:0; padding:0}
+.module ol li {margin:0 0 0 3em; padding:0;}
+.module ul li,
+.menu li,
+ul.toc li {list-style:none;}
+ul.toc li .numbering {margin-left:-1em;}
+ul.toc ul {margin-left:1em; padding:0 0 5px 0;}
+html[dir='rtl'] ul.toc ul {margin-right:1em;}
+
+.boxcontent>ul.toc>li {font-weight:bold;}
+
/* essential and basic css settings *-/
body {background:#fff; margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0; padding:0; margin:0; width:100%;}
@@ -129,15 +141,6 @@ html[dir='rtl'] .closebutton {right:0;left:1px}
/* lists *-/
ul,ol,dl {margin-top:0; margin-bottom:0;}
-.module ol,
-.module ul,
-.menu ul {margin:0; padding:0}
-.module ol li {margin:0 0 0 3em; padding:0;}
-.module ul li,
-.menu li,
-ul.toc li {list-style:none;}
-ul.toc ul {margin-left:1.5em; padding:0;}
-html[dir='rtl'] ul.toc uli {margin-right:1.5em;}
.navbar {height:2em;}
.navbar ul {padding:0; margin:0; list-style:none;}
.navbar ul li {float:left;}