MediaWiki:Common.css: Difference between revisions
Jump to navigation
(Created page with "→CSS placed here will be applied to all skins: .building_levels { width: 520px; }") |
No edit summary |
||
Line 3: | Line 3: | ||
.building_levels { | .building_levels { | ||
width: 520px; | width: 520px; | ||
} | |||
.tnone { | |||
border: none; | |||
background: none; | |||
} | } |
Revision as of 23:01, 17 December 2010
/* CSS placed here will be applied to all skins */ .building_levels { width: 520px; } .tnone { border: none; background: none; }