MediaWiki:Common.css: Difference between revisions

From Tribalwars Wiki EN
Jump to navigation
No edit summary
No edit summary
Line 6: Line 6:


.tnone {
.tnone {
  border: none;
  border: 0 !important;
  background: none;
  background: none !important;
}
}

Revision as of 23:02, 17 December 2010

/* CSS placed here will be applied to all skins */

.building_levels {
 width: 520px;
}

.tnone {
 border: 0 !important;
 background: none !important;
}