From 15eb0c0ef0bf16eba01e0bb6e55db1d7ce4c44c7 Mon Sep 17 00:00:00 2001 From: Nathan Leniz Date: Tue, 20 Jan 2015 15:22:04 -0500 Subject: [PATCH] Turn off css boxing for view debugging --- public/css/main.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/css/main.less b/public/css/main.less index 226d7524497..d723d2c4e18 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -541,8 +541,8 @@ form.code span { } //uncomment this to see the dimensions of all elements outlined in red -* { - border-color: red; - border-width: 1px; - border-style: solid; -} +//* { +// border-color: red; +// border-width: 1px; +// border-style: solid; +//}