mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Fixing invalid CSS
This commit is contained in:
parent
6b9af2f572
commit
edd801d057
@ -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%;
|
||||
|
Loading…
Reference in New Issue
Block a user