MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { border-bottom: 3px solid #AAAAAA !important; }") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
#content h1, #content h2 | #content h1, #content h2 { | ||
border-bottom: 3px solid #AAAAAA !important; | border-bottom: 3px solid #AAAAAA !important; | ||
} | } |
Revision as of 14:25, 6 May 2013
/* CSS placed here will be applied to all skins */ #content h1, #content h2 { border-bottom: 3px solid #AAAAAA !important; }