From 1e769245abff656eaeb22ed9171fdd90b37fb18c Mon Sep 17 00:00:00 2001 From: Ivan Susanin Date: Sun, 27 Sep 2015 22:10:48 +0300 Subject: [PATCH] Make hostname left aligned - looks much better --- html/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/style.css b/html/style.css index e67d064..9d27ee3 100644 --- a/html/style.css +++ b/html/style.css @@ -211,7 +211,7 @@ pre.console a { font-size: 12px; height: 20px; padding-left: 10px; - text-align: center; + text-align: left; color: #fff; background: #9d1414; }