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

Change subject: Some minor style things
......................................................................


Some minor style things

Change-Id: Iedd010de5e707a1f4df295b2dee8746cdaa32eed
---
M GreyStuffTemplate.php
M resources/main.less
M resources/screen-full.less
3 files changed, 8 insertions(+), 9 deletions(-)

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



diff --git a/GreyStuffTemplate.php b/GreyStuffTemplate.php
index 6aa328e..bdf5c4a 100644
--- a/GreyStuffTemplate.php
+++ b/GreyStuffTemplate.php
@@ -151,6 +151,7 @@
                                                ?>
                                        </div>
                                </div>
+                               <div id="content-header-inner"></div>
                                <div class="visualClear"></div>
                                <div id="bodyContent" class="mw-body">
                                        <div id="siteSub"><?php $this->msg( 
'tagline' ) ?></div>
diff --git a/resources/main.less b/resources/main.less
index f0d0938..5102b1c 100644
--- a/resources/main.less
+++ b/resources/main.less
@@ -428,7 +428,6 @@
 
        legend {
                padding: 0 1em;
-               font-variant: small-caps;
                text-shadow: 0 0 1px #999;
                margin-left: 1em;
        }
@@ -503,9 +502,14 @@
  * Content header
  *
  */
-#content-header {
-       border-bottom: double 4px @soft-border;
+#content-header-inner {
+       border-bottom: solid 1px @soft-border;
+       margin-top: 1px;
+       content: '';
        margin-bottom: .75em;
+}
+#content-header {
+       border-bottom: solid 1px @soft-border;
        padding-bottom: .25em;
        padding-top: 1.25em;
 
@@ -536,7 +540,6 @@
 
                li {
                        display: inline-block;
-                       display: inline ~"!ie";
                        margin: .3em .75em 0 0;
 
                        &.selected a {
@@ -577,7 +580,6 @@
 
 h1, h2, h3, h4, h5, h6, dt {
        line-height: 1.1em;
-       font-variant: small-caps;
        font-weight: normal;
        color: @header-grey;
        margin: 2em 0 .5em;
@@ -675,7 +677,6 @@
        border-bottom: solid 1px @soft-border;
        color: @text-grey;
        display: inline-block;
-       display: inline ~"!ie";
 }
 #toc a, .mw-editsection a {
        color: @link-grey;
@@ -688,7 +689,6 @@
        margin-top: .5em;
        margin-right: 1em;
        display: inline-block;
-       display: inline ~"!ie";
 }
 
 
diff --git a/resources/screen-full.less b/resources/screen-full.less
index 4ef11e2..6b16d9c 100644
--- a/resources/screen-full.less
+++ b/resources/screen-full.less
@@ -47,7 +47,6 @@
        }
        h3 {
                display: inline-block;
-               display: inline ~"!ie";
                padding: 0 1.75em 0 0;
                margin: .6em 1.5em .45em 0;
                font-weight: normal;
@@ -70,7 +69,6 @@
        .mw-portlet {
                position: relative;
                display: inline-block;
-               display: inline ~"!ie";
 
                .p-body {
                        display: none;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Iedd010de5e707a1f4df295b2dee8746cdaa32eed
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/skins/GreyStuff
Gerrit-Branch: master
Gerrit-Owner: Isarra <[email protected]>
Gerrit-Reviewer: Isarra <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to