summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-20 10:07:50 +0100
committerYorhel <git@yorhel.nl>2008-12-20 10:07:50 +0100
commit79af03107af2a23c180ee2fc145d0dcaa93fe3ff (patch)
tree31edb5005273767949a87a1531a3528485ad88be
parent74d22f8b7ede972f458f3177c87d66795424176c (diff)
Added styling for <ol> tag2.0
-rw-r--r--static/f/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/f/style.css b/static/f/style.css
index e1ca5036..5e2cd246 100644
--- a/static/f/style.css
+++ b/static/f/style.css
@@ -68,7 +68,7 @@ img {
text-decoration: underline;
}
-ul {
+ul, ol {
margin-left: 35px;
}
p.locked {