Difference between revisions of "MediaWiki:Common.css"

From ICANNWiki
Jump to navigation Jump to search
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;
}