[project @ 2004-02-02 01:38:54 by jmb]

Indent list items

svn path=/import/netsurf/; revision=530
This commit is contained in:
John Mark Bell 2004-02-02 01:38:54 +00:00
parent b0c5b74987
commit 3d17484046
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ a:link { color: #00f; text-decoration: underline; }
th { font-weight: bold; }
td { text-align: left; }
/* kludge until this gets implemented */
dl, ul, ol { padding-left: 0.5em; }
li, dd { padding-left: 1em; margin-bottom: 0.3em; }
hr { background-color: #000; height: 1px; }
center { text-align: center; }