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

From blackwiki
Jump to navigation Jump to search
imported>Evad37
(ifmobile test)
 
imported>Evad37
(span within ifmobile)
Line 1: Line 1:
.ifmobile:nth-child(2n+1) {
+
.ifmobile span:nth-child(2n+1) {
 
display:none;
 
display:none;
 
}
 
}

Revision as of 09:22, 30 August 2018

.ifmobile span:nth-child(2n+1) {
	display:none;
}