Njw has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/89157


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/erudite 
refs/changes/57/89157/1

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: newchange
Gerrit-Change-Id: I54c11dce0237faf06d7fff12561a15bcc4f20473
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/erudite
Gerrit-Branch: master
Gerrit-Owner: Njw <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to