Difference between revisions of "MediaWiki:Common.css"
From RaysBB
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | #n-portal, #n-currentevents, | + | #n-portal, #n-currentevents, { |
+ | display: none; | ||
+ | } | ||
table.floatright { | table.floatright { | ||
border: 1px solid #ccc !important; | border: 1px solid #ccc !important; | ||
+ | border-width: .5em 0 .8em 1.4em !important; | ||
} | } |
Revision as of 17:35, 15 May 2011
/* CSS placed here will be applied to all skins */ #n-portal, #n-currentevents, { display: none; } table.floatright { border: 1px solid #ccc !important; border-width: .5em 0 .8em 1.4em !important; }