summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthewM <mcm@they-got.us>2012-12-17 19:26:07 -0500
committerMatthewM <mcm@they-got.us>2012-12-17 19:26:07 -0500
commit47a351acb235192c67f42594438cbce5be9cce10 (patch)
treeaa9b08ba3b715a7467748772639f25ae869b2f1a
parentff9f670871bb3ffc363abdc436c152dd90087982 (diff)
Fixed a minor bug that overlapped the nav links and the content from .content in Chrome on Windows
-rw-r--r--modules/extra/webcpanel/templates/default/style.css1
1 files changed, 1 insertions, 0 deletions
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;
}