Jump to content

MediaWiki:Common.css: Difference between revisions

From ICANNWiki
No edit summary
No edit summary
Line 14: Line 14:
     text-align: center;
     text-align: center;
     width: 85px;
     width: 85px;
}
.IW_BigGreenIconBox td img {
    margin: -2px;
}
}

Revision as of 00:34, 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;
    border: 1px solid #28903b;
}

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

.IW_BigGreenIconBox td img {
    margin: -2px;
}