Jump to content

MediaWiki:Common.css: Difference between revisions

From ICANNWiki
MarkDilley (talk | contribs)
No edit summary
No edit summary
Line 5: Line 5:
  display: none;
  display: none;
  }
  }
.IW_BigGreenIconBox td {
    text-align: center;
    width: 85px;
}

Revision as of 00:18, 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 td {
    text-align: center;
    width: 85px;
}