diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-06-19 23:32:57 +0800 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-06-19 23:32:57 +0800 |
commit | 5e2c524cef2411ef1bc0b070c63c61c07ee64e16 (patch) | |
tree | 7eaff1d6230339800bc46675067a40156558b0bf /static/mywatch.css | |
parent | 075c2cc7a0d5746e37227466fb67cc252bfb0325 (diff) | |
download | mywatch-5e2c524cef2411ef1bc0b070c63c61c07ee64e16.tar.gz |
Compact server list
Diffstat (limited to 'static/mywatch.css')
-rw-r--r-- | static/mywatch.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/mywatch.css b/static/mywatch.css index 92a07b0..78993e9 100644 --- a/static/mywatch.css +++ b/static/mywatch.css @@ -1,2 +1,3 @@ +#serverList li { display: inline-block; } table#processList td { white-space: nowrap; } table th { text-align: center; } |