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

Change subject: Fix content-header padding
......................................................................

Fix content-header padding

Fix content-header padding from the last commit

Change-Id: I9a372ac2027ae857d69de1430bc622df664e62dd
---
M refreshed/styles/screen/main.css
M skin.json
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/Refreshed 
refs/changes/70/365870/1

diff --git a/refreshed/styles/screen/main.css b/refreshed/styles/screen/main.css
index 851867c..da60967 100755
--- a/refreshed/styles/screen/main.css
+++ b/refreshed/styles/screen/main.css
@@ -307,9 +307,9 @@
 }
 
 #content-heading {
-       /* padding-bottom: 1em (#bodyContent padding-left) * 0.9em 
(#bodyContent font-size);
-        padding-left: 0.25em (padding on top of .standard-toolbox) + 1.5em 
(height of .standard-toolbox) + 0.75em (padding on bottom of .standard-toolbox) 
*/
-       padding: 0.5em 0 0.9em 2.5em;
+       /* padding-left/right: 1em (#bodyContent padding-left) * 0.9em 
(#bodyContent font-size);
+        padding-bottom: 0.25em (padding on top of .standard-toolbox) + 1.5em 
(height of .standard-toolbox) + 0.75em (padding on bottom of .standard-toolbox) 
*/
+       padding: 0.5em 0.9em 2.5em 0.9em;
        position: relative;
 }
 
diff --git a/skin.json b/skin.json
index 0feae23..0dcbcee 100755
--- a/skin.json
+++ b/skin.json
@@ -1,6 +1,6 @@
 {
        "name": "Refreshed",
-       "version": "3.3.1",
+       "version": "3.3.2",
        "author": [
                "Adam Carter",
                "Drew1200",

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9a372ac2027ae857d69de1430bc622df664e62dd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Refreshed
Gerrit-Branch: master
Gerrit-Owner: MtMNC <[email protected]>

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

Reply via email to