Removed margin from row element

This commit is contained in:
Jonathan Frederic 2014-04-15 14:50:01 -07:00
parent 88a129eab3
commit 3635272119

View File

@ -127,6 +127,11 @@ input.engine_num_input {
}
.tab-content .row {
margin-left: 0px;
margin-right: 0px;
}
.folder_icon:before {
.icon(@folder-close-alt)
}