Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
a43d4767
Commit
a43d4767
authored
Oct 27, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.bs-customizer-input => .col-xs-4
parent
032a5ab7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
374 additions
and
381 deletions
+374
-381
docs/_includes/customizer-variables.html
docs/_includes/customizer-variables.html
+373
-373
docs/_jade/customizer-variables.jade
docs/_jade/customizer-variables.jade
+1
-1
docs/assets/css/src/docs.css
docs/assets/css/src/docs.css
+0
-7
No files found.
docs/_includes/customizer-variables.html
View file @
a43d4767
This source diff could not be displayed because it is too large. You can
view the blob
instead.
docs/_jade/customizer-variables.jade
View file @
a43d4767
...
@@ -11,7 +11,7 @@ each section in sections
...
@@ -11,7 +11,7 @@ each section in sections
each variable, index in subsection.variables
each variable, index in subsection.variables
if index > 0 && index % 3 === 0
if index > 0 && index % 3 === 0
div.clearfix
div.clearfix
div.
bs-customizer-input
div.
col-xs-4
label(for="input-" + variable.name)= variable.name
label(for="input-" + variable.name)= variable.name
input.form-control(
input.form-control(
id="input-" + variable.name
id="input-" + variable.name
...
...
docs/assets/css/src/docs.css
View file @
a43d4767
...
@@ -1342,13 +1342,6 @@ h1[id] {
...
@@ -1342,13 +1342,6 @@ h1[id] {
font-weight
:
normal
;
font-weight
:
normal
;
}
}
.bs-customizer-input
{
float
:
left
;
width
:
33.333333%
;
padding-right
:
15px
;
padding-left
:
15px
;
}
/* Downloads */
/* Downloads */
.bs-customize-download
.btn-outline
{
.bs-customize-download
.btn-outline
{
padding
:
20px
;
padding
:
20px
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment