MediaWiki:Common.css: Difference between revisions

From Tribalwars Wiki EN
Jump to navigation
No edit summary
(disabling talk & history)
Line 20: Line 20:
#p-cactions {
#p-cactions {
  height: 42px !important;
  height: 42px !important;
}
ca-talk {
display: none;
}
ca-history {
display: none;
}
}

Revision as of 15:57, 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;
}