MediaWiki:Common.css: Difference between revisions
Jump to navigation
(disabling talk & history) |
No edit summary |
||
Line 22: | Line 22: | ||
} | } | ||
ca-talk { | #ca-talk { | ||
display: none; | display: none; | ||
} | } | ||
ca-history { | #ca-history { | ||
display: none; | display: none; | ||
} | } |
Revision as of 15:58, 27 February 2011
/* 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; } #p-cactions { height: 42px !important; } #ca-talk { display: none; } #ca-history { display: none; }