Rahul21 has uploaded a new change for review.

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


Change subject: (Bug 26849) Solved the padding issues of div#content and 
#firstheading for monobook to make it consistent with vector.
......................................................................

(Bug 26849) Solved the padding issues of div#content and #firstheading for 
monobook to make it consistent with vector.

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


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/60/56760/1

diff --git a/skins/monobook/main.css b/skins/monobook/main.css
index 4cbc093..ccdce74 100644
--- a/skins/monobook/main.css
+++ b/skins/monobook/main.css
@@ -17,7 +17,7 @@
 }
 div#content {
        margin: 2.8em 0 0 12.2em;
-       padding: 0 1em 1em 1em;
+       padding: 1em 1em 1em 1em;
        position: relative;
        z-index: 2;
 }
@@ -93,6 +93,9 @@
        line-height: 1.1em;
 }
 
+#firstHeading {
+       padding-top: 0;
+}
 /*
 ** the main content area
 */

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iab04baea4131208373962e4ddf7c8ac83c7f2ca9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Rahul21 <[email protected]>

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

Reply via email to