jenkins-bot has submitted this change and it was merged.

Change subject: Version 1.0.8: responsiveness. Code by Bizzeebeever of 
Uncyclopedia.
......................................................................


Version 1.0.8: responsiveness. Code by Bizzeebeever of Uncyclopedia.

Change-Id: I43f103219d2db5a3f2e61af5c8fc75c78ba9f769
---
M Gamepress.skin.php
M resources/css/style.css
M skin.json
3 files changed, 11 insertions(+), 5 deletions(-)

Approvals:
  Jack Phoenix: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/Gamepress.skin.php b/Gamepress.skin.php
index a620d73..26f0bb6 100644
--- a/Gamepress.skin.php
+++ b/Gamepress.skin.php
@@ -134,6 +134,7 @@
                <div id="content-inner">
                <!-- CONTENT -->
                <div id="content">
+                       <div id="hilariously-bad-hack-for-responsiveness" 
style="height: 0; visibility: hidden;">You shouldn't even be seeing this. 
Bizzeebeever told me to add this here so that we can get responsiveness working 
for all screens.</div>
                        <section id="main-content" role="main">
                                <article class="post hentry list-big-thumb">
                                        <div id="jump-to-nav" 
class="mw-jump"><?php $this->msg( 'jumpto' ) ?> <a href="#content"><?php 
$this->msg( 'jumptonavigation' ) ?></a><?php $this->msg( 'comma-separator' ) 
?><a href="#searchInput"><?php $this->msg( 'jumptosearch' ) ?></a></div>
diff --git a/resources/css/style.css b/resources/css/style.css
index 71f81b3..b6d1280 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -513,13 +513,15 @@
 #header {
        text-align: center;
        margin-bottom: 52px;
+       width: auto !important;
 }
 #header-inner {
-       width: 980px;
+       max-width: 980px !important;
        padding: 35px 0 0 0;
        margin: 0 auto;
        text-align: left;
        position: relative;
+       width: auto !important;
 }
 header #logo {
        float: left;
@@ -824,13 +826,15 @@
        padding: 0 0 36px 0;
 }
 #content-inner {
-       width: 980px;
+       max-width: 980px;
        margin: 0 auto;
        text-align: left;
+       width: auto !important;
 }
 #content {
        float: left;
-       width: 642px;
+       max-width: 642px;
+       width: auto;
 }
 #content.full-width {
        float: none;
diff --git a/skin.json b/skin.json
index 2d62ec6..22c827e 100644
--- a/skin.json
+++ b/skin.json
@@ -1,9 +1,10 @@
 {
        "name": "Gamepress",
-       "version": "1.0.7",
+       "version": "1.0.8",
        "author": [
                "[http://webtuts.pl/themes/ Aleksandra Łączek]",
-               "Jack Phoenix"
+               "Jack Phoenix",
+               "[http://en.uncyclopedia.co/wiki/User:Bizzeebeever 
Bizzeebeever]"
        ],
        "url": "https://www.mediawiki.org/wiki/Skin:Gamepress";,
        "license-name": "GPL-2.0+",

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I43f103219d2db5a3f2e61af5c8fc75c78ba9f769
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/Gamepress
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <j...@countervandalism.net>
Gerrit-Reviewer: Jack Phoenix <j...@countervandalism.net>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to