diff options
author | ttt | 2017-05-13 00:29:47 +0530 |
---|---|---|
committer | ttt | 2017-05-13 00:29:47 +0530 |
commit | 4336f5f06f61de30ae3fa54650fce63a9d5ef5be (patch) | |
tree | 23b4ee9b8e8f24bf732acf2f7ad22ed50cdd5670 /production_static_files/yaksh/css/monitor.css | |
download | SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.gz SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.tar.bz2 SBHS-2018-Rpi-4336f5f06f61de30ae3fa54650fce63a9d5ef5be.zip |
added all server files
Diffstat (limited to 'production_static_files/yaksh/css/monitor.css')
-rw-r--r-- | production_static_files/yaksh/css/monitor.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/production_static_files/yaksh/css/monitor.css b/production_static_files/yaksh/css/monitor.css new file mode 100644 index 0000000..b16c8b3 --- /dev/null +++ b/production_static_files/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; + } + |