From e050aeacf16ffe71b80b3c3e56fa27097defec70 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 5 Jan 2014 14:08:38 -0500 Subject: [PATCH] Added back border to debugger toolbar. --- extensions/yii/debug/assets/toolbar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/yii/debug/assets/toolbar.css b/extensions/yii/debug/assets/toolbar.css index 90b0f3a..5946675 100644 --- a/extensions/yii/debug/assets/toolbar.css +++ b/extensions/yii/debug/assets/toolbar.css @@ -17,7 +17,7 @@ .yii-debug-toolbar-top { margin: 0 0 20px 0; - /*border-bottom: 1px solid #e4e4e4;*/ + border-bottom: 1px solid #e4e4e4; } .yii-debug-toolbar-bottom {