From e327ae9f7421693df08315efa90a699f619e1fa3 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Tue, 15 Nov 2011 20:18:22 +0000 Subject: [PATCH] Higher z-index for #branding in Twenty Eleven. props matveb. fixes #18938. git-svn-id: https://develop.svn.wordpress.org/trunk@19302 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyeleven/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 787f374cad..65fa1d6f37 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -504,7 +504,7 @@ a:hover { border-top: 2px solid #bbb; padding-bottom: 10px; position: relative; - z-index: 2; + z-index: 9999; } #site-title { margin-right: 270px;