Module:Navbox/styles.css: Difference between revisions

En:Wp>Jonesey95
fix text color in dark mode; this generally works but may cause problems, in which case revert or try specifying a different CSS value
m 1 revision imported: Importing template Sfrac
 
(2 intermediate revisions by 2 users not shown)
Line 15: Line 15:
}
}


.navbox + .navbox, /* TODO: remove first line after transclusions have updated */
.navbox + .navbox-styles + .navbox,
.navbox + .navbox-styles + .navbox {
/* category positions are wrapped in an "empty" span in Parsoid [[phab:T378906]] */  
.navbox + span.mw-empty-elt + .navbox-styles + .navbox {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
}