From 4784b352e7e62d163cdd6f1945324b53d3b4cde0 Mon Sep 17 00:00:00 2001 From: Cory Thompson Date: Wed, 26 Nov 2014 22:06:20 +1100 Subject: [PATCH 1/2] Favicon was 404ing on non root pages. --- View/Layouts/default.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/View/Layouts/default.ctp b/View/Layouts/default.ctp index 6da3b22..876d885 100644 --- a/View/Layouts/default.ctp +++ b/View/Layouts/default.ctp @@ -11,7 +11,7 @@ - + From 16c81325171ef69f30896133967e71f9ca15b9c0 Mon Sep 17 00:00:00 2001 From: Cory Thompson Date: Wed, 26 Nov 2014 22:09:47 +1100 Subject: [PATCH 2/2] Links broke out of sidebar container. In Safari, link were breaking out of the sidebar container. --- webroot/css/sydphp.css | 1 + 1 file changed, 1 insertion(+) diff --git a/webroot/css/sydphp.css b/webroot/css/sydphp.css index dc47bac..352b655 100644 --- a/webroot/css/sydphp.css +++ b/webroot/css/sydphp.css @@ -41,6 +41,7 @@ body { margin-left: 10px; padding-left: 9px; border-left: 1px solid #eee; + word-wrap: break-word; } .topbar .btn {