[project @ 2005-03-17 23:13:45 by tlsa]

Temporary hack to distinguish list items.

svn path=/import/netsurf/; revision=1538
This commit is contained in:
Michael Drake 2005-03-17 23:13:45 +00:00
parent 9caff49577
commit f2f9703ae0
1 changed files with 3 additions and 1 deletions

View File

@ -167,7 +167,9 @@ textarea { background-color: #fff; color: #000; text-align: left;
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(file:/<NetSurf$Dir>/Resources/b) no-repeat top left; }