Luis Felipe Schenone has uploaded a new change for review.

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


Change subject: (Bug 5798) Prevent overflow in the footer when there are no 
links
......................................................................

(Bug 5798) Prevent overflow in the footer when there are no links

Simple pure CSS solution to a minor overflow bug.

Change-Id: I337bab53600efb4cb27b65b01d62f59968a4fba9
---
M skins/monobook/main.css
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/58/63458/1

diff --git a/skins/monobook/main.css b/skins/monobook/main.css
index e8c851f..1f44689 100644
--- a/skins/monobook/main.css
+++ b/skins/monobook/main.css
@@ -521,7 +521,8 @@
        border-top: 1px solid #fabd23;
        border-bottom: 1px solid #fabd23;
        margin: .6em 0 1em 0;
-       padding: .4em 0 1.2em 0;
+       overflow: hidden;
+       padding: .4em 0 .3em 0;
        text-align: center;
        font-size: 90%;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I337bab53600efb4cb27b65b01d62f59968a4fba9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Luis Felipe Schenone <[email protected]>

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

Reply via email to