summaryrefslogtreecommitdiffstats
path: root/site/stylesheet.css
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-07-08 21:35:38 +0200
committerGravatar Tom Willemsen2012-07-08 21:35:38 +0200
commited4564401d9cf6aea38d369c2cef3f16b8f1d96d (patch)
treedb03fc41fd4c00eb68e65ad4ff06324e8c478b48 /site/stylesheet.css
parent3f3b5b53e3d769d5720336d69167725c54482aeb (diff)
downloadorgweb-ed4564401d9cf6aea38d369c2cef3f16b8f1d96d.tar.gz
orgweb-ed4564401d9cf6aea38d369c2cef3f16b8f1d96d.zip
Style <ol> elements the same as <ul> ones
Diffstat (limited to 'site/stylesheet.css')
-rw-r--r--site/stylesheet.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/site/stylesheet.css b/site/stylesheet.css
index 3c7b752..f4c9170 100644
--- a/site/stylesheet.css
+++ b/site/stylesheet.css
@@ -69,11 +69,12 @@ h6 {
border-bottom: 1px dashed #839496;
}
-ul {
+ul, ol {
margin: 20px;
}
ul ul,
+ol ol,
dd {
margin: 5px 20px;
}