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:
@@ -88,6 +88,14 @@ fieldset.paypal {
|
||||
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 {
|
||||
color: #6A97D4;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user