diff options
Diffstat (limited to 'yaksh/static/yaksh/css/monitor.css')
-rw-r--r-- | yaksh/static/yaksh/css/monitor.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/yaksh/static/yaksh/css/monitor.css b/yaksh/static/yaksh/css/monitor.css deleted file mode 100644 index b16c8b3..0000000 --- a/yaksh/static/yaksh/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; - } - |