aboutsummaryrefslogtreecommitdiffstats
path: root/docs/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/css/screen.css')
-rw-r--r--docs/css/screen.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/css/screen.css b/docs/css/screen.css
index 76d1461c9..2f1e84ce1 100644
--- a/docs/css/screen.css
+++ b/docs/css/screen.css
@@ -158,8 +158,12 @@ pre code {
box-shadow: 0 -1px 0 rgba(0,0,0,0.5);
}
+#home ol, #page ol, .postcontent ol {
+ list-style: decimal;
+}
+
#home ul, #page ul, .postcontent ul {
- list-style: inherit;
+ list-style: disc;
}
#home h1, #page h1 {