Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 542: Line 542:
body.page-Main_Page h1.firstHeading {
body.page-Main_Page h1.firstHeading {
     display: none;
     display: none;
}
#Hide the search options box on search result page
/* Hide the "Search in namespaces:" section */
.search-types, /* This targets the namespaces section */
.search-types + fieldset /* This targets the associated checkboxes */
{
    display: none !important;
}
}