From ca7888b7ce6bbd75c2270d3c1dfee2a616c48588 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 13 May 2014 22:35:33 -0700 Subject: choklet tweaks --- view/css/choklet_edgestwo.css | 1 + view/php/choklet.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/view/css/choklet_edgestwo.css b/view/css/choklet_edgestwo.css index 57d02679e..96bfbc696 100644 --- a/view/css/choklet_edgestwo.css +++ b/view/css/choklet_edgestwo.css @@ -10,6 +10,7 @@ header #banner { margin-top: 75px; width: 100%; margin-bottom: 20px; + overflow-x: hidden; } nav.navbar { diff --git a/view/php/choklet.php b/view/php/choklet.php index fcfaf7804..74891044a 100644 --- a/view/php/choklet.php +++ b/view/php/choklet.php @@ -1,8 +1,8 @@ - <?php if(x($page,'title')) echo $page['title'] ?> - + <?php if(x($page,'title')) echo $page['title']; ?> + -- cgit v1.2.3