Njw has submitted this change and it was merged.

Change subject: Use solid background-color for menu if stacked
......................................................................


Use solid background-color for menu if stacked

This is to ensure there is no unexpected tiling of any banner
background-images

Change-Id: I66a9dacf9d70956acc75ee6fd9f59353d424782b
---
M assets/erudite55em.css
1 file changed, 4 insertions(+), 2 deletions(-)

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



diff --git a/assets/erudite55em.css b/assets/erudite55em.css
index ce2560f..a182d08 100644
--- a/assets/erudite55em.css
+++ b/assets/erudite55em.css
@@ -6,7 +6,7 @@
        top: 0.75em;
        padding: 0.25em 0.5em;
        background-color: #333333;
-        background-color: rgba(50, 50, 50, 0.7);
+       background-color: rgba(50, 50, 50, 0.7);
        color: white;
        font-family: 'Linux Biolinum', corbel, 'gill sans', 'gill sans mt', 
sans-serif;
        font-size: large;
@@ -18,13 +18,15 @@
        margin-right: 2em;
 }
 
-/* Hide menu unless it's the target */
+/* Hide menu unless it's the target, and set its background-color
+ * solid to avoid unexpected banner image tiling */
 #menu {
        display: none;
 }
 
 #menu:target {
        display: block;
+       background-color: #333333;
 }
 
 /* Stack top menu items */

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I66a9dacf9d70956acc75ee6fd9f59353d424782b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/erudite
Gerrit-Branch: master
Gerrit-Owner: Njw <nick.wh...@durham.ac.uk>
Gerrit-Reviewer: Njw <nick.wh...@durham.ac.uk>
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