Jump to content

MediaWiki:Common.css: Difference between revisions

From ICANNWiki
No edit summary
No edit summary
Line 5: Line 5:
  display: none;
  display: none;
  }
  }
.IW_BigGreenIconBox {
    border-spacing: 0px;
}


.IW_BigGreenIconBox td {
.IW_BigGreenIconBox td {

Revision as of 00:26, 17 December 2014

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

/* No page name on main page (en) */
 body.page-Main_Page h1.firstHeading {
 	display: none;
 }

.IW_BigGreenIconBox {
    border-spacing: 0px;
}

.IW_BigGreenIconBox td {
    text-align: center;
    width: 85px;
}