mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
Use new list support for li.
svn path=/trunk/netsurf/; revision=3033
This commit is contained in:
parent
306e09dd9f
commit
fc197a4835
@ -55,7 +55,7 @@ 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; }
|
||||
li { display: block; padding-left: 1em; margin-bottom: 0.3em; }
|
||||
li { display: list-item; padding-left: 0.5em; margin-bottom: 0.3em; }
|
||||
|
||||
dl { display: block; padding-left: 0.5em; margin-bottom: 1em; }
|
||||
dt { display: block; font-weight: bold; }
|
||||
@ -179,6 +179,3 @@ fieldset { display: block; border: thin solid #888; }
|
||||
[align=left] { text-align: left; }
|
||||
[align=center] { text-align: center; }
|
||||
[align=right] { text-align: right; }
|
||||
|
||||
/* Temporary hack to distinguish list items */
|
||||
li { margin-left: 0; padding-left: 14px; background: url(b.png) no-repeat top left; }
|
Binary file not shown.
Before Width: | Height: | Size: 109 B |
Loading…
Reference in New Issue
Block a user