This commit is contained in:
mes5k 2004-10-12 21:09:41 +00:00
parent 6cea011ad0
commit 4db981b18b

View File

@ -34,11 +34,10 @@ pre {
} }
ul { ul {
list-style: square inside; list-style: circle outside;
} }
ul.menu { /* inherits from ul */ ul.menu { /* inherits from ul */
list-style: square outside;
padding-left: 1em; padding-left: 1em;
} }