Skip to content

Commit 982f341

Browse files
committed
Improve display of variables in RequestVars panel.
Refs #418.
1 parent 6bf81c1 commit 982f341

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

debug_toolbar/static/debug_toolbar/css/toolbar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,11 +195,12 @@
195195
#djDebug code {
196196
display:block;
197197
font-family:Consolas, Monaco, "Bitstream Vera Sans Mono", "Lucida Console", monospace;
198+
font-size: 12px;
198199
white-space:pre;
199200
overflow:auto;
200201
}
201202

202-
#djDebug tr.djDebugOdd {
203+
#djDebug .djDebugOdd {
203204
background-color:#f5f5f5;
204205
}
205206

0 commit comments

Comments
 (0)