27,221
edits
(added the Make Believe navbox class (to the hopefully correct line) so it stacks correctly) Tag: Reverted |
Tags: Undo Reverted |
||
Line 10: | Line 10: | ||
} | } | ||
.navbox .navbox | .navbox .navbox { | ||
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 */ | ||
} | } |