Jump to content

Module:Navbox/styles.css: Difference between revisions

added the Make Believe navbox class so it stacks correctly
(Created page with ".navbox { box-sizing: border-box; border: 1px solid #a2a9b1; width: 100%; clear: both; font-size: 88%; text-align: center; padding: 1px; margin: 1em auto 0; →‎Prevent preceding content from clinging to navboxes: } .navbox .navbox { margin-top: 0; →‎No top margin for nested navboxes: } .navbox + .navbox, →‎TODO: remove first line after transclusions have updated: .navbox + .navbox-styles + .navbox { margin-top: -1px; /* Single pixel border between adj...")
 
(added the Make Believe navbox class so it stacks correctly)
Tag: Reverted
Line 15: Line 15:


.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 */
}
}