Created
August 15, 2012 16:41
-
-
Save lancewillett/3361474 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: /p2/style.css | |
=================================================================== | |
--- /p2/style.css (revision 10382) | |
+++ /p2/style.css (revision 10384) | |
@@ -985,7 +985,10 @@ | |
.inlineediting .tags { | |
float: left; | |
+ position: relative; | |
+ z-index: 2; | |
} | |
.inlineediting .buttons { | |
position: relative; | |
+ z-index: 1; | |
} | |
.inlineediting .buttons img { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment