CologneBlue rewrite: fixup for unclickable site title
authorMatmaRex <matma.rex@gmail.com>
Fri, 28 Sep 2012 19:47:58 +0000 (21:47 +0200)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 4 Oct 2012 19:41:46 +0000 (19:41 +0000)
Change-Id: I322c79dfb8ddf87e380d711430138abf5696ca4f

skins/cologneblue/screen.css

index ce6b063..5ba118f 100644 (file)
@@ -199,6 +199,11 @@ input.mw-searchInput {
        color: white;
        text-decoration: none; 
 }
+/* Bring #sitetitle to top. Otherwise #toplinks is overlaid over it, making the link unclickable. */
+#sitetitle a {
+       position: relative;
+       z-index: 10
+}
 
 #toplinks {
        font-family: Verdana, Arial, sans-serif;