Skip to content

Commit b6e2354

Browse files
authored
Merge pull request #1093 from jdufresne/dup-print
Remove duplicate CSS
2 parents 6c3a69f + 5d34dc2 commit b6e2354

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#djDebug {
2-
display:none;
2+
display: none !important;
33
}

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -627,12 +627,6 @@
627627
font-weight: normal;
628628
}
629629

630-
@media print {
631-
#djDebug {
632-
display: none !important;
633-
}
634-
}
635-
636630
#djDebug .djdt-width-20 {
637631
width: 20%;
638632
}

0 commit comments

Comments
 (0)