Jump to content

MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 59: Line 59:


/* Navbox stuff */
/* Navbox stuff */
@media screen and (max-width: 719px)
.content .vertical-navbox, .content .navbox {
.navbox td, .navbox th, .navbox tr, .navbox tbody, .navbox .navbox-subgroup {
  display: inherit;
    display: block;
}
 
@media screen and (max-width: 719px) {
    .navbox td, .navbox th, .navbox tr, .navbox tbody, .navbox .navbox-subgroup {
        display: block;
    }
}
}