summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2006-11-05 19:50:34 +0000
committerJames Bursa <james@netsurf-browser.org>2006-11-05 19:50:34 +0000
commitf546f6b5e739657c163b38e46d16c913a4c9cddd (patch)
treeb0483e8d17480ecfd3ba663af76664d2cebe6529 /!NetSurf/Resources/CSS,f79
parentfc197a48352dd0d520ca752b5a32a0850930ea6f (diff)
downloadnetsurf-f546f6b5e739657c163b38e46d16c913a4c9cddd.tar.gz
netsurf-f546f6b5e739657c163b38e46d16c913a4c9cddd.tar.bz2
Implement list-style-type circle, square, none, and decimal.
svn path=/trunk/netsurf/; revision=3034
Diffstat (limited to '!NetSurf/Resources/CSS,f79')
-rw-r--r--!NetSurf/Resources/CSS,f796
1 files changed, 4 insertions, 2 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index 6124e6b34..103634294 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -53,8 +53,10 @@ pre { display: block; font-family: monospace; white-space: pre; margin-bottom: 1
ins { color: green; text-decoration: underline; }
del { color: red; text-decoration: line-through; }
-ul { display: block; padding-left: 0.5em; margin-bottom: 1em; }
-ol { display: block; padding-left: 0.5em; margin-bottom: 1em; }
+ul { display: block; padding-left: 1.5em; margin-bottom: 1em;
+ list-style-type: disc; }
+ol { display: block; padding-left: 1.5em; margin-bottom: 1em;
+ list-style-type: decimal; }
li { display: list-item; padding-left: 0.5em; margin-bottom: 0.3em; }
dl { display: block; padding-left: 0.5em; margin-bottom: 1em; }