Skip to content

Commit a4a8293

Browse files
committed
use class instead of inline style
1 parent e493f0b commit a4a8293

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,9 @@
534534
margin: 0 27px 27px 27px;
535535
}
536536

537+
#djDebug .djdt-width-15 {
538+
width: 15%;
539+
}
537540
#djDebug .djdt-width-20 {
538541
width: 20%;
539542
}

debug_toolbar/templates/debug_toolbar/panels/versions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% load i18n %}
22
<table>
33
<colgroup>
4-
<col style="width:15%">
5-
<col style="width:15%">
4+
<col class="djdt-width-15">
5+
<col class="djdt-width-15">
66
<col>
77
</colgroup>
88
<thead>

0 commit comments

Comments
 (0)