Turn off css boxing for view debugging

This commit is contained in:
Nathan Leniz
2015-01-20 15:22:04 -05:00
parent 7e46af3d42
commit 15eb0c0ef0

View File

@ -541,8 +541,8 @@ form.code span {
} }
//uncomment this to see the dimensions of all elements outlined in red //uncomment this to see the dimensions of all elements outlined in red
* { //* {
border-color: red; // border-color: red;
border-width: 1px; // border-width: 1px;
border-style: solid; // border-style: solid;
} //}