Module:Navbox/styles.css: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(css from https://en.wikipedia.org/w/index.php?title=MediaWiki:Common.css&oldid=1052385380)
(add .navbox-styles)
Line 15: Line 15:
}
}


.navbox + .navbox {
.navbox + .navbox, /* TODO: remove as no longer needed */
.navbox + .navbox-styles {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
}