Difference between revisions of "MediaWiki:Mobile.css"

From Beds24 Wiki
Jump to navigation Jump to search
 
Line 2: Line 2:
  
 
.pre-content h1 {
 
.pre-content h1 {
display: none;
+
display: none !important;
 +
}
 +
 
 +
.header-container{
 +
display: none !important;
 +
}
 +
 
 +
#page-actions {
 +
display: none !important;
 +
}
 +
 
 +
.footer-content h2 {
 +
display: none !important;
 
}
 
}

Latest revision as of 15:38, 14 November 2017

/* CSS placed here will affect users of the mobile site */

.pre-content h1 {
display: none !important;
}

.header-container{
display: none !important;
}

#page-actions {
display: none !important;
}

.footer-content h2 {
display: none !important;
}