diff options
Diffstat (limited to 'testapp/static/exam/css/monitor.css')
-rw-r--r-- | testapp/static/exam/css/monitor.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testapp/static/exam/css/monitor.css b/testapp/static/exam/css/monitor.css new file mode 100644 index 0000000..b16c8b3 --- /dev/null +++ b/testapp/static/exam/css/monitor.css @@ -0,0 +1,11 @@ + table td + { + vertical-align: top; + border-top: 1px solid #ddd; + } + table tbody th + { + border-top: 1px solid #ddd; + vertical-align: top; + } + |