Difference between revisions of "MediaWiki:Mobile.css"

Line 9: Line 9:
 
}
 
}
 
#firstHeading {
 
#firstHeading {
 +
    display: none;
 +
}
 +
.pre-content h1, .content h1, .content h2, h3, h4, h5, h6 {
 
     display: none;
 
     display: none;
 
}
 
}

Revision as of 19:11, 30 June 2017

#sb-LastEditor {
display: none !important;
}
#bs-statebar {
display: none !important;
}
#mw-mf-last-modified {
display: none !important;
}
#firstHeading {
    display: none;
}
.pre-content h1, .content h1, .content h2, h3, h4, h5, h6 {
    display: none;
}