From 3da6eea33ece45b4d7ba2182756b23ba03db4284 Mon Sep 17 00:00:00 2001 From: Mathew Kurian Date: Mon, 22 Dec 2014 16:23:02 -0600 Subject: [PATCH] Line numbers start at 1; Input field bug in IE fix --- static/partials/elements/log.html | 2 +- static/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/partials/elements/log.html b/static/partials/elements/log.html index b82a7d8..1413ee8 100644 --- a/static/partials/elements/log.html +++ b/static/partials/elements/log.html @@ -1,7 +1,7 @@

- {{number}} + {{number + 1}} diff --git a/static/style.css b/static/style.css index 3675c11..566904e 100644 --- a/static/style.css +++ b/static/style.css @@ -409,7 +409,7 @@ body { background: #222; outline: none; background: #222; font-size: 11px; - padding: 8px 4px; color: #FFF; border: 1px solid #2C2C2C; + padding: 2px 4px; color: #FFF; border: 1px solid #2C2C2C; transition: background 250ms; } .action--reload {