Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
1aa0eb32
Commit
1aa0eb32
authored
11 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
catch a view data-vars
parent
f5845002
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
customize.html
+3
-3
customize.html
with
3 additions
and
3 deletions
+3
-3
customize.html
+
3
-
3
View file @
1aa0eb32
...
@@ -651,9 +651,9 @@ base_url: "../"
...
@@ -651,9 +651,9 @@ base_url: "../"
<p>
Define alert colors, border radius, and padding.
</p>
<p>
Define alert colors, border radius, and padding.
</p>
<h4>
Border radius
</h4>
<h4>
Border radius
</h4>
<label>
@alert-padding
</label>
<label>
@alert-padding
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"15px"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"15px"
data-var=
"@alert-padding"
>
<label>
@alert-border-radius
</label>
<label>
@alert-border-radius
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@border-radius-base"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@border-radius-base"
data-var=
"@alert-border-radius"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-lg-6"
>
<div
class=
"col-lg-6"
>
<h4>
Default (Warning)
</h4>
<h4>
Default (Warning)
</h4>
...
@@ -999,7 +999,7 @@ base_url: "../"
...
@@ -999,7 +999,7 @@ base_url: "../"
<h3>
Wells
</h3>
<h3>
Wells
</h3>
<label>
@well-bg
</label>
<label>
@well-bg
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
data-var=
"@well-bg"
>
<h2
id=
"variables-accordion"
>
Accordion
</h2>
<h2
id=
"variables-accordion"
>
Accordion
</h2>
<label>
@accordion-border-bg
</label>
<label>
@accordion-border-bg
</label>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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