Removing margin in html code editor

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-03-29 11:27:18 -07:00
parent fafa2efcbb
commit be4f208222

View File

@@ -91,10 +91,13 @@ button.create-template, button.create-template:hover, background-image:hover {
}
#shape-tracing-container .shape-tracing-meta-content {
padding:8px 0 30px 0;
overflow:auto;
}
#shape-tracing-container .shape, #shape-tracing-container .model {
padding:8px 0 30px 0;
}
#shape-tracing-container .model, #shape-tracing-container .shape {
padding-left:30px;
}