Difference between revisions of "MediaWiki:Mobile.css"

From Beds24 Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the mobile site: .header-container. .pre-content h1, #page-actions, .footer-content h2 { display: none; }")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */
  
.header-container. .pre-content h1, #page-actions, .footer-content h2 {
+
.header-container, .pre-content h1, #page-actions, .footer-content h2 {
 
display: none;
 
display: none;
 
}
 
}

Revision as of 15:28, 14 November 2017

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

.header-container, .pre-content h1, #page-actions, .footer-content h2 {
display: none;
}