1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 13:48:00 +01:00

explictitly set list-style-* properties to override the default mozdev styles

when viewing the help page at vimperator.mozdev.org
This commit is contained in:
Doug Kearns
2007-08-17 15:28:00 +00:00
parent 4fdddd4bc0
commit 573b149b5a

View File

@@ -88,6 +88,14 @@ fieldset.paypal {
border: none; border: none;
} }
/* NOTE: explicitly set here to override the default mozdev styles when viewing
* the help page at vimperator.mozdev.org */
li {
list-style-image: none;
list-style-position: outside;
list-style-type: disc;
}
.argument { .argument {
color: #6A97D4; color: #6A97D4;
} }