We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8059454 + d65ee3f commit e2c37c8Copy full SHA for e2c37c8
debug_toolbar/media/debug_toolbar/css/toolbar.css
@@ -1,15 +1,15 @@
1
/* http://www.positioniseverything.net/easyclearing.html */
2
-.clearfix:after {
+#djDebug .clearfix:after {
3
content: ".";
4
display: block;
5
height: 0;
6
clear: both;
7
visibility: hidden;
8
}
9
-.clearfix {display: inline-block;}
+#djDebug .clearfix {display: inline-block;}
10
/* Hides from IE-mac \*/
11
-.clearfix {display: block;}
12
-* html .clearfix {height: 1%;}
+#djDebug .clearfix {display: block;}
+* html #djDebug .clearfix {height: 1%;}
13
/* end hide from IE-mac */
14
15
/* Debug Toolbar CSS Reset, adapted from Eric Meyer's CSS Reset */
0 commit comments