summaryrefslogtreecommitdiffstats
path: root/application/views/errors
diff options
context:
space:
mode:
authorDiederik Lascaris <DiederikLascaris@users.noreply.github.com>2015-08-07 16:54:47 +0200
committerDiederik Lascaris <DiederikLascaris@users.noreply.github.com>2015-08-07 16:54:47 +0200
commitd354e2cc51d08ef107659dcd4df5e98a72ed995d (patch)
treebc0188a6ea988eea0bb66d65bd947d1182f7da13 /application/views/errors
parent179ffb70f005d533ade0398f27e81c07751884a3 (diff)
Update error_exception.php
Diffstat (limited to 'application/views/errors')
-rw-r--r--application/views/errors/html/error_exception.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/views/errors/html/error_exception.php b/application/views/errors/html/error_exception.php
index 87848866a..22e4f8351 100644
--- a/application/views/errors/html/error_exception.php
+++ b/application/views/errors/html/error_exception.php
@@ -2,7 +2,7 @@
defined('BASEPATH') OR exit('No direct script access allowed');
?>
-<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
+<div style="border:1px solid #DD4814;padding-left:20px;margin:10px 0;">
<h4>An uncaught Exception was encountered</h4>
@@ -29,4 +29,4 @@ defined('BASEPATH') OR exit('No direct script access allowed');
<?php endif ?>
-</div> \ No newline at end of file
+</div>