Njw has submitted this change and it was merged.
Change subject: Ensure printfooter isn't affected by floats in content
......................................................................
Ensure printfooter isn't affected by floats in content
Change-Id: I54c11dce0237faf06d7fff12561a15bcc4f20473
---
M assets/print.css
1 file changed, 2 insertions(+), 1 deletion(-)
Approvals:
Njw: Verified; Looks good to me, approved
diff --git a/assets/print.css b/assets/print.css
index 697ef0f..1ecadbe 100644
--- a/assets/print.css
+++ b/assets/print.css
@@ -6,7 +6,8 @@
display:none;
}
-/* Ensure footer text with URL isn't justified */
+/* Ensure footer text with URL isn't justified or affected by floats */
.printfooter {
text-align: left;
+ clear: both;
}
--
To view, visit https://gerrit.wikimedia.org/r/89157
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I54c11dce0237faf06d7fff12561a15bcc4f20473
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/erudite
Gerrit-Branch: master
Gerrit-Owner: Njw <[email protected]>
Gerrit-Reviewer: Njw <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits