Jack Phoenix has submitted this change and it was merged.

Change subject: Fix for {{SITENAME}} being cut off in the header after 
scrolling down + minor color fix
......................................................................


Fix for {{SITENAME}} being cut off in the header after scrolling down + minor 
color fix

Change-Id: I804cc5c70ef915a44eaabed4a338339026123262
---
M resources/css/main.css
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Jack Phoenix: Verified; Looks good to me, approved



diff --git a/resources/css/main.css b/resources/css/main.css
index 14857e1..2481880 100644
--- a/resources/css/main.css
+++ b/resources/css/main.css
@@ -485,6 +485,9 @@
 #header a#logo_link h2.logo-text {
        margin-top: 15px;
 }
+#header.shrunk a#logo_link h2.logo-text {
+       margin-top: 6px;
+}
 
 #cse-search-box, #header #bubble_search {
        padding: 15px 15px 15px 0;
@@ -1070,7 +1073,7 @@
        position: absolute;
        top: 40px;
        font-size: 1em;
-       border: 1px solid #91af79;
+       border: 1px solid #1E90FF;
        color: #363;
        margin: 0;
        background-color: #f9f9f9;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I804cc5c70ef915a44eaabed4a338339026123262
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/BlueSky
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <[email protected]>
Gerrit-Reviewer: Jack Phoenix <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to