From 3f20c10d022213478ccd771fb3d0684614ce511a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 11 Jul 2011 09:18:59 -0700 Subject: [PATCH] Order the exception CSS. --- system/views/exception.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/system/views/exception.php b/system/views/exception.php index 6c4aa8e3..5eba8540 100644 --- a/system/views/exception.php +++ b/system/views/exception.php @@ -50,6 +50,13 @@ color: #990000; } + #header { + margin: 0 auto; + margin-bottom: 15px; + margin-top: 20px; + width: 80%; + } + #wrapper { background-color: #fff; border-radius: 10px; @@ -61,13 +68,6 @@ #wrapper h2:first-of-type { margin-top: 0; } - - #header { - margin: 0 auto; - margin-bottom: 15px; - margin-top: 20px; - width: 80%; - }