Browse Source

Order the exception CSS.

Taylor Otwell 13 years ago
parent
commit
3f20c10d02
1 changed files with 7 additions and 7 deletions
  1. 7 7
      system/views/exception.php

+ 7 - 7
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%;
-		}
 	</style>
 </head> 
 <body>