diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-08-28 04:51:53 +0200 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-08-28 04:51:53 +0200 |
commit | 653d637b4ee1aa6fd112c11bf082883c3252c928 (patch) | |
tree | 644f2f253d9a9ad16eaf75a534b9f21215237fd2 /module/webui/themes/dark/css/log.css | |
parent | Move ServerThread and PluginThread to threads directory (diff) | |
download | pyload-653d637b4ee1aa6fd112c11bf082883c3252c928.tar.xz |
[webui] Improve and fix
Diffstat (limited to 'module/webui/themes/dark/css/log.css')
-rw-r--r-- | module/webui/themes/dark/css/log.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/webui/themes/dark/css/log.css b/module/webui/themes/dark/css/log.css index 99cfe267b..41aa19616 100644 --- a/module/webui/themes/dark/css/log.css +++ b/module/webui/themes/dark/css/log.css @@ -29,7 +29,7 @@ html, body, #content } .logtable { - + margin: 0px; } .logtable td @@ -37,7 +37,7 @@ html, body, #content border: none; white-space: nowrap; - + font-family: monospace; font-size: 16px; margin: 0px; |