diff options
Diffstat (limited to 'static/debug.css')
-rw-r--r-- | static/debug.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/static/debug.css b/static/debug.css new file mode 100644 index 0000000..4cc77f7 --- /dev/null +++ b/static/debug.css @@ -0,0 +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 } + |