From 7c3a756457bb68f0e24cd069aa3b46dba680f93b Mon Sep 17 00:00:00 2001 From: gigaherz Date: Fri, 10 Feb 2012 20:35:42 +0100 Subject: [PATCH] Forgot to lower a bit the outline view. --- web/viewer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index 4b6724fbd..3ce7505cf 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -166,7 +166,7 @@ span#info { position: absolute; background-color: #fff; overflow: auto; - top: 10px; + top: 20px; bottom: 10px; left: 10px; width: 280px;