From d690a11a33dadabd50f6657266b1417f62a46309 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Wed, 19 Oct 2011 20:13:13 +0200 Subject: [PATCH] Restyled system exception New modern style for system exceptions; Contains a lot of "!important"s, so that other styles cannot override the exception's look so easily. --- .../exception/SystemException.class.php | 59 +++++++++++-------- 1 file changed, 36 insertions(+), 23 deletions(-) diff --git a/wcfsetup/install/files/lib/system/exception/SystemException.class.php b/wcfsetup/install/files/lib/system/exception/SystemException.class.php index 8a3efabf9d..f2feb8a9fc 100644 --- a/wcfsetup/install/files/lib/system/exception/SystemException.class.php +++ b/wcfsetup/install/files/lib/system/exception/SystemException.class.php @@ -80,42 +80,55 @@ class SystemException extends \Exception implements IPrintableException { Fatal error: <?php echo StringUtil::encodeHTML($this->getMessage()); ?> -- 2.20.1