From 9445953b29d61a40d10ab037f808305a48e1bd4f Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Tue, 28 May 2013 01:56:50 +0200 Subject: [PATCH] Line number tweak for error page ensure lines are aligned right: ``` 7 8 9 10 11 12 ... ``` --- framework/yii/views/errorHandler/main.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/yii/views/errorHandler/main.php b/framework/yii/views/errorHandler/main.php index 48ac8b9..d7bbb3d 100644 --- a/framework/yii/views/errorHandler/main.php +++ b/framework/yii/views/errorHandler/main.php @@ -225,6 +225,8 @@ html,body{ position: absolute; z-index: 200; display: block; + width: 25px; + text-align: right; color: #aaa; line-height: 20px; font-size: 12px;