MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Fix reported errors on lines 9 & 14
(indent with tabs, not with spaces)
(Fix reported errors on lines 9 & 14)
Line 7: Line 7:


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


/* Make the info in the semantic bubbles readable */
/* Make the info in the semantic bubbles readable */
div.smwtt {
.smwtt {
font-size: 127%;
font-size: 127%;
}
}

Navigation menu