From e89abae2169bfa3b94bac834b4d12a33cb977340 Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Sun, 5 Apr 2015 01:40:29 +0300 Subject: [PATCH] adjustments of styles --- css/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index fd87852..653fa04 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,4 +1,4 @@ -body { font-family: Verdana; font-size: 0.8em } +body { font-family: Verdana; font-size: 0.8em; padding: 20px 100px 0px 100px; margin: 0 } code { font-size: 1.2em; font-weight: bold; } .links { float: right; position: absolute; right: 10px; top: 10px; } @@ -22,7 +22,7 @@ code { font-size: 1.2em; font-weight: bold; } .help ul { list-style-type: none; margin: 0; padding: 0; } .help p { margin-top: 0 } -.configPnl .indicator { font-size: 0.7em; background: gray; color: white; padding: 2px; } +.configPnl .indicator { font-size: 0.7em; background: gray; color: white; padding: 2px 5px; } .configPnl .on { background: darkblue; } .error { color: maroon; }