Fixing invalid CSS

This commit is contained in:
bzbarsky%mit.edu 2003-11-06 16:20:15 +00:00
parent 6b9af2f572
commit edd801d057

View File

@ -19,13 +19,13 @@ LI B {
}
UL LI {
color: green;
list-style: square outside url(resource:/res/samples/gear1.gif); //none;
list-style: square outside url(resource:/res/samples/gear1.gif);
}
UL UL LI {
color: red;
}
H4 {
color: yelow;
color: yellow;
background-image: url(gear1.gif);
background-repeat: repeat;
font-size: 150%;