Jdlrobson has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/367817 )

Change subject: Print styles: Border bottom of headings should not overlap 
infoboxes
......................................................................

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
---
M print.less
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Vector 
refs/changes/17/367817/1

diff --git a/print.less b/print.less
index 8c40082..4b3604f 100644
--- a/print.less
+++ b/print.less
@@ -67,6 +67,8 @@
                        font-size: 18pt;
                        line-height: 24pt;
                        margin-bottom: 0.25em;
+                       /* To avoid the bottom border of section headings with 
floated elements */
+                       overflow: hidden;
                }
 
                h3 {

-- 
To view, visit https://gerrit.wikimedia.org/r/367817
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie73b727e26876b027e5c4276f82a9ae98caff2bb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to