diff options
author | admin <devnull@localhost> | 2006-10-21 21:44:22 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 21:44:22 +0200 |
commit | e334c472fb4be44feec3a73402fc4a2b062cbfc0 (patch) | |
tree | 553f17d67e7ef652016ec85b2a576bb2210f0ff8 /system/application/errors | |
parent | bd6bee75dd26ade1c8d9cfd104bb913065797c59 (diff) |
Diffstat (limited to 'system/application/errors')
-rw-r--r-- | system/application/errors/error_404.php | 6 | ||||
-rw-r--r-- | system/application/errors/error_db.php | 6 | ||||
-rw-r--r-- | system/application/errors/error_general.php | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/system/application/errors/error_404.php b/system/application/errors/error_404.php index e5fa8f9db..bfe9444b2 100644 --- a/system/application/errors/error_404.php +++ b/system/application/errors/error_404.php @@ -4,9 +4,9 @@ <title>404 Page Not Found</title> <style type="text/css"> -body { -background-color: #fff; -margin: 40px; +body { +background-color: #fff; +margin: 40px; font-family: Lucida Grande, Verdana, Sans-serif; font-size: 12px; color: #000; diff --git a/system/application/errors/error_db.php b/system/application/errors/error_db.php index 5aab89074..1ce52dfc9 100644 --- a/system/application/errors/error_db.php +++ b/system/application/errors/error_db.php @@ -3,9 +3,9 @@ <title>Database Error</title> <style type="text/css"> -body { -background-color: #fff; -margin: 40px; +body { +background-color: #fff; +margin: 40px; font-family: Lucida Grande, Verdana, Sans-serif; font-size: 12px; color: #000; diff --git a/system/application/errors/error_general.php b/system/application/errors/error_general.php index 213b8353a..d8610702b 100644 --- a/system/application/errors/error_general.php +++ b/system/application/errors/error_general.php @@ -3,9 +3,9 @@ <title>Error</title> <style type="text/css"> -body { -background-color: #fff; -margin: 40px; +body { +background-color: #fff; +margin: 40px; font-family: Lucida Grande, Verdana, Sans-serif; font-size: 12px; color: #000; |