From 47a351acb235192c67f42594438cbce5be9cce10 Mon Sep 17 00:00:00 2001 From: MatthewM Date: Mon, 17 Dec 2012 19:26:07 -0500 Subject: Fixed a minor bug that overlapped the nav links and the content from .content in Chrome on Windows --- modules/extra/webcpanel/templates/default/style.css | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/extra/webcpanel/templates/default') diff --git a/modules/extra/webcpanel/templates/default/style.css b/modules/extra/webcpanel/templates/default/style.css index d05e23abe..d7c7b4505 100644 --- a/modules/extra/webcpanel/templates/default/style.css +++ b/modules/extra/webcpanel/templates/default/style.css @@ -68,6 +68,7 @@ body { .content { left:220px; + padding-top:20px; top:50px; position:absolute; } -- cgit