From 1c40a37439e6035156114ad0a2a656401a7df051 Mon Sep 17 00:00:00 2001 From: mark_story Date: Fri, 2 Sep 2011 14:20:35 +0100 Subject: [PATCH] Removing dead links from the home.ctp Updating CSS for changes in previous commit. --- app/webroot/css/cake.generic.css | 12 ++++++++---- lib/Cake/View/Pages/home.ctp | 4 ---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/webroot/css/cake.generic.css b/app/webroot/css/cake.generic.css index 016c8d54e75..473a188b991 100644 --- a/app/webroot/css/cake.generic.css +++ b/app/webroot/css/cake.generic.css @@ -67,6 +67,9 @@ h4 { ul, li { margin: 0 12px; } +p { + margin: 0 0 1em 0; +} /** Layout **/ #container { @@ -392,6 +395,7 @@ form .error-message { .success, .message, +.cake-error, .cake-debug, .notice, p.error, @@ -418,7 +422,7 @@ p.error, } .success, .message, -.cake-debug, +.cake-error, p.error, .error-message { clear: both; @@ -544,14 +548,14 @@ pre { padding: 15px; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); } -.cake-debug { +.cake-debug, +.cake-error { font-size: 120%; line-height: 140%; margin-top: 1em; position: relative; - white-space: normal; } -.cake-debug > a { +.cake-error > a { text-shadow: none; } .cake-stack-trace { diff --git a/lib/Cake/View/Pages/home.ctp b/lib/Cake/View/Pages/home.ctp index f59f170b2bd..1b446481bc1 100644 --- a/lib/Cake/View/Pages/home.ctp +++ b/lib/Cake/View/Pages/home.ctp @@ -170,8 +170,4 @@ You can also add some CSS styles for your pages at: APP/webroot/css.');
  • -
  • -
  • -
  • -