MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 129: | Line 129: | ||
box-shadow: none !important; /* remove the 1px inset line */ | box-shadow: none !important; /* remove the 1px inset line */ | ||
margin-bottom: 0 !important; /* avoid creating a gap */ | margin-bottom: 0 !important; /* avoid creating a gap */ | ||
} | |||
/* Pull the tab row closer to the infobox panel */ | |||
.ooo-infobox-tabwrap .tabber__tabs { | |||
margin-bottom: -2px !important; /* tweak: try -1px, -2px, or -3px to taste */ | |||
} | } |