mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-12 09:21:11 +00:00
Print styles: Border bottom of headings should not overlap infoboxes
Specifically this avoids the issue highlighted here: https://phabricator.wikimedia.org/T169823#3461814 Bug: T169823 Change-Id: Ie73b727e26876b027e5c4276f82a9ae98caff2bb
This commit is contained in:
parent
3717c3e590
commit
d1d639a3ab
|
@ -45,6 +45,8 @@
|
|||
// Headings
|
||||
.firstHeading,
|
||||
h2 {
|
||||
// To avoid the bottom border of section headings with floated elements
|
||||
overflow: hidden;
|
||||
border-bottom: 2px solid @pureBlack;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue