MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
Line 1,288: Line 1,288:
.mw-body h1, .mw-body-content h1 {
.mw-body h1, .mw-body-content h1 {
     font-size: 2.8em;
     font-size: 2.8em;
}
/* Force display of mobile menu */
.toctitle {
visibility: visible;  !important;
}
.toc {
display: table;  !important;
}
}