Skip to content

Commit e2c37c8

Browse files
committed
Merge pull request #271 from bendemboski/master
Fix issue #217
2 parents 8059454 + d65ee3f commit e2c37c8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

debug_toolbar/media/debug_toolbar/css/toolbar.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
/* http://www.positioniseverything.net/easyclearing.html */
2-
.clearfix:after {
2+
#djDebug .clearfix:after {
33
content: ".";
44
display: block;
55
height: 0;
66
clear: both;
77
visibility: hidden;
88
}
9-
.clearfix {display: inline-block;}
9+
#djDebug .clearfix {display: inline-block;}
1010
/* Hides from IE-mac \*/
11-
.clearfix {display: block;}
12-
* html .clearfix {height: 1%;}
11+
#djDebug .clearfix {display: block;}
12+
* html #djDebug .clearfix {height: 1%;}
1313
/* end hide from IE-mac */
1414

1515
/* Debug Toolbar CSS Reset, adapted from Eric Meyer's CSS Reset */

0 commit comments

Comments
 (0)