summaryrefslogtreecommitdiffstats
path: root/doc/src/template/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/template/style/style.css')
-rwxr-xr-xdoc/src/template/style/style.css17
1 files changed, 10 insertions, 7 deletions
diff --git a/doc/src/template/style/style.css b/doc/src/template/style/style.css
index 477226026e..affc14828a 100755
--- a/doc/src/template/style/style.css
+++ b/doc/src/template/style/style.css
@@ -35,6 +35,10 @@
{
list-style: none;
}
+ ol li
+ {
+ list-style: decimal;
+ }
caption, th
{
text-align: left;
@@ -786,13 +790,12 @@
padding-left:12px;
}
-
-
-
-
-
-
-
+ .wrap .content ol li
+ {
+ background:none;
+ margin-bottom: 10px;
+ padding-left:0px;
+ }
.content li:hover {}