View source for MediaWiki:Gadget-NavboxStyle.css
From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* Navbox templates, with mobile support */
/* Mobile */
.mobile .navbox {
width: 100% !important;
font-size: 85% !important;
margin: 15px 0 0 !important;
}
.mobile .navbox .navbox {
font-size: 100% !important;
margin-top: 0 !important;
}
.mobile .navbox + .navbox {
margin-top: 0 !important;
}
.mobile.skin-minerva .navbox + .navbox {
margin-top: 2px !important;
}
.mobile .navbox td, .mobile .navbox th {
font-size: 100% !important;
000
1:0
Return to MediaWiki:Gadget-NavboxStyle.css.