From a0500848ca4d7cbf5dda191e020866497c8ee163 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 17 Aug 2012 06:16:59 -0400 Subject: [PATCH] moved error message a little bit lower --- ChangeLog | 3 +++ css/style.css | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 140f7ed0..d78409c0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -46,6 +46,9 @@ current, file that was previously current must be unset automatically. * Added ability to view any file. +* Moved error message a little bit lower. + + 2012.08.06, Version 0.1.5 * Added tab support. diff --git a/css/style.css b/css/style.css index a8504a70..fa61c680 100644 --- a/css/style.css +++ b/css/style.css @@ -74,7 +74,6 @@ body{ cursor:default; color:rgb(222, 41, 41); position: relative; - top: -3px; } .loading{ background:url(/img/spinner.gif);