From 1c6b10f9669397071504425d6a9efcab5f82c32a Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sat, 14 Dec 2013 16:49:43 +0100 Subject: [PATCH] Fixed 1px bug --- public_html/media/css/core.css | 3 +++ src/Views/layout-normal.phtml | 6 ++++-- src/Views/top-navigation.phtml | 4 ---- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/public_html/media/css/core.css b/public_html/media/css/core.css index 5e8abd0c..cd25470c 100644 --- a/public_html/media/css/core.css +++ b/public_html/media/css/core.css @@ -38,6 +38,9 @@ body { +#top-nav .clear { + background: white; +} #top-nav ul.main-nav { margin: 0 0 0 -0.75em; padding: 0; diff --git a/src/Views/layout-normal.phtml b/src/Views/layout-normal.phtml index 232b841e..2ec2ef45 100644 --- a/src/Views/layout-normal.phtml +++ b/src/Views/layout-normal.phtml @@ -27,14 +27,16 @@
renderView() ?> -
+