diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/debug.css | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/static/debug.css b/static/debug.css index 4cc77f7..7721b6f 100644 --- a/static/debug.css +++ b/static/debug.css @@ -1,7 +1,7 @@ -.red { color: red } -.green { color: green } -th { border: 1px solid #000 } -td { border: 1px solid #000; text-align:right } -td.noborder { border: 0 } -td.left { text-align: left } +.red { color:red } +.green { color:green } +th { border:1px solid #000 } +td { border:1px solid #000; text-align:right } +td.noborder { border:0 } +td.left { text-align:left } |