Commit a43d4767 authored by Chris Rebert's avatar Chris Rebert

.bs-customizer-input => .col-xs-4

parent 032a5ab7
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -11,7 +11,7 @@ each section in sections
each variable, index in subsection.variables
if index > 0 && index % 3 === 0
div.clearfix
div.bs-customizer-input
div.col-xs-4
label(for="input-" + variable.name)= variable.name
input.form-control(
id="input-" + variable.name
......
......@@ -1342,13 +1342,6 @@ h1[id] {
font-weight: normal;
}
.bs-customizer-input {
float: left;
width: 33.333333%;
padding-right: 15px;
padding-left: 15px;
}
/* Downloads */
.bs-customize-download .btn-outline {
padding: 20px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment