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:
jdlrobson 2017-07-25 15:22:53 -07:00 committed by TheDJ
parent 3717c3e590
commit d1d639a3ab
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}