diff options
Diffstat (limited to 'module/webui/themes/flat/css/log.css')
-rw-r--r-- | module/webui/themes/flat/css/log.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/webui/themes/flat/css/log.css b/module/webui/themes/flat/css/log.css index 73786bfb4..af2ea4fe8 100644 --- a/module/webui/themes/flat/css/log.css +++ b/module/webui/themes/flat/css/log.css @@ -26,7 +26,7 @@ html, body, #content } .logtable { - + margin: 0px; } .logtable td @@ -34,7 +34,7 @@ html, body, #content border: none; white-space: nowrap; - + font-family: monospace; font-size: 16px; margin: 0px; |