Difference between revisions of "MediaWiki:Monobook.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will affect users of the Monobook skin: →Personal: #p-personal { position: absolute; top: 0; margin-left: 10em; right: 0.75em; } #p-personal...") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
| − | /* | + | /* Navigation */ |
| − | #p- | + | #p-navigation ul { |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
list-style: none; | list-style: none; | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Revision as of 01:50, 6 March 2012
/* CSS placed here will affect users of the Monobook skin */
/* Navigation */
#p-navigation ul {
list-style: none;
margin: 0;
padding: 0;
}