MediaWiki:Common.css: Difference between revisions
Jump to navigation
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
border: 0 !important; | border: 0 !important; | ||
background: none !important; | background: none !important; | ||
} | |||
.requirements_yes { | |||
display: block; | |||
} | |||
.requirements_no { | |||
display: none; | |||
} | } |
Revision as of 16:31, 18 December 2010
/* CSS placed here will be applied to all skins */ .building_levels { width: 520px; } .tnone { border: 0 !important; background: none !important; } .requirements_yes { display: block; } .requirements_no { display: none; }