summaryrefslogtreecommitdiff
path: root/yaksh/static/yaksh/css/monitor.css
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/static/yaksh/css/monitor.css')
-rw-r--r--yaksh/static/yaksh/css/monitor.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/yaksh/static/yaksh/css/monitor.css b/yaksh/static/yaksh/css/monitor.css
new file mode 100644
index 0000000..b16c8b3
--- /dev/null
+++ b/yaksh/static/yaksh/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;
+ }
+