MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
# | |||
div#mw-panel div.portal div.body ul li ul li { | |||
font-size: 1em; | |||
} | |||
padding- | div#mw-panel div.portal div.body hr { | ||
margin-bottom: 10px; | |||
} | |||
div#mw-panel div.portal div.body ul li ul { | |||
padding-top: 5px; | |||
padding-left: 10px; | |||
} | } |
Revision as of 17:51, 21 January 2014
/* CSS placed here will affect users of the Vector skin */ div#mw-panel div.portal div.body ul li ul li { font-size: 1em; } div#mw-panel div.portal div.body hr { margin-bottom: 10px; } div#mw-panel div.portal div.body ul li ul { padding-top: 5px; padding-left: 10px; }