summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pehjota>2012-07-09 23:04:33 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-07-09 23:04:33 (EDT)
commit5a4bd875ff045a6d05467d2eba06698d964f5625 (patch)
tree50316680ded4f8df7213c09936c1709e17035c6c
parent7d90e4d691a24aaa4afff14e2560553893df52e7 (diff)
Add margins to <ol> elements.
-rw-r--r--main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.css b/main.css
index c7622a3..f8cf654 100644
--- a/main.css
+++ b/main.css
@@ -55,7 +55,7 @@ a[name]:hover {
color: #000000;
text-decoration: none;
}
-ul {
+ul, ol {
margin: 0px 0px 12px 16px;
}
dl {