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