Difference between revisions of "Template:If mobile/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>Evad37
(span within ifmobile)
imported>Evad37
(use classes instead of relying on tag type)
Line 1: Line 1:
.ifmobile span:nth-child(2n+1) {
+
.ifmobile .navbox,
 +
.ifmobile .ifmobile-desktop:nth-child(2n+1),
 +
.ifmobile .ifmobile-mobile:nth-child(2n+1) {
 
display:none;
 
display:none;
 
}
 
}

Revision as of 10:09, 30 August 2018

.ifmobile .navbox,
.ifmobile .ifmobile-desktop:nth-child(2n+1),
.ifmobile .ifmobile-mobile:nth-child(2n+1) {
	display:none;
}