summaryrefslogtreecommitdiff
path: root/!NetSurf/Resources/CSS,f79
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2007-01-09 18:14:22 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2007-01-09 18:14:22 +0000
commit2a5d4eacc51c118285580b41bb5680f896112168 (patch)
treea5730e7eccc636cfcfd5539c7935677f61778c1d /!NetSurf/Resources/CSS,f79
parentf7fe9716138d349f464262d95cc995d1a32455ba (diff)
downloadnetsurf-2a5d4eacc51c118285580b41bb5680f896112168.tar.gz
netsurf-2a5d4eacc51c118285580b41bb5680f896112168.tar.bz2
Change nested list style.
svn path=/trunk/netsurf/; revision=3137
Diffstat (limited to '!NetSurf/Resources/CSS,f79')
-rw-r--r--!NetSurf/Resources/CSS,f792
1 files changed, 1 insertions, 1 deletions
diff --git a/!NetSurf/Resources/CSS,f79 b/!NetSurf/Resources/CSS,f79
index f8d554dae..1349a7b1a 100644
--- a/!NetSurf/Resources/CSS,f79
+++ b/!NetSurf/Resources/CSS,f79
@@ -62,7 +62,7 @@ li { display: list-item; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }
-ol ul, ul ol, ul ul, ol ol { margin-top: 0; margin: 1.12em 0; }
+ol ul, ul ol, ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
dl { display: block; padding-left: 1.5em; margin: 1em; }
dt { display: block; font-weight: bold; }