MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: →hide comments and references h2: .cdependent { display: none; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
/* hide comments and references h2 */ | /* hide comments and references h2 */ | ||
.cdependent { | /* remove unnecessary br */ | ||
.cdependent, .fileupload-container br { | |||
display: none; | display: none; | ||
} | } | ||