Module:Navbox/styles.css: Difference between revisions

added the Make Believe navbox class (to the hopefully correct line) so it stacks correctly
(added the Make Believe navbox class so it stacks correctly)
Tag: Reverted
(added the Make Believe navbox class (to the hopefully correct line) so it stacks correctly)
Tag: Reverted
Line 10: Line 10:
}
}


.navbox .navbox {
.navbox .navbox,
.navbox .navbox-make-believe {
margin-top: 0; /* No top margin for nested navboxes */
margin-top: 0; /* No top margin for nested navboxes */
}
}


.navbox + .navbox, /* TODO: remove first line after transclusions have updated */
.navbox + .navbox, /* TODO: remove first line after transclusions have updated */
.navbox + .navbox-styles + .navbox,
.navbox + .navbox-styles + .navbox{
.navbox + .navbox-make-believe {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
}