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
462f2781
Commit
462f2781
authored
Sep 29, 2013
by
Quy Ton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply help-block class to help text in customize.html
parent
362c9c9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
customize.html
customize.html
+9
-9
No files found.
customize.html
View file @
462f2781
...
@@ -917,10 +917,10 @@ base_url: "../"
...
@@ -917,10 +917,10 @@ base_url: "../"
<div
class=
"col-md-4"
>
<div
class=
"col-md-4"
>
<label>
@table-cell-padding
</label>
<label>
@table-cell-padding
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"8px"
data-var=
"@table-cell-padding"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"8px"
data-var=
"@table-cell-padding"
>
<p>
Default padding for
<code>
<
th
>
</code>
s and
<code>
<
td
>
</code>
s
</p>
<p
class=
"help-block"
>
Default padding for
<code>
<
th
>
</code>
s and
<code>
<
td
>
</code>
s
</p>
<label>
@table-condensed-cell-padding
</label>
<label>
@table-condensed-cell-padding
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"5px"
data-var=
"@table-condensed-cell-padding"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"5px"
data-var=
"@table-condensed-cell-padding"
>
<p>
Default padding cells in
<code>
.table-condensed
</code></p>
<p
class=
"help-block"
>
Default padding cells in
<code>
.table-condensed
</code></p>
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"col-md-4"
>
<label>
@table-bg
</label>
<label>
@table-bg
</label>
...
@@ -1185,17 +1185,17 @@ base_url: "../"
...
@@ -1185,17 +1185,17 @@ base_url: "../"
<div
class=
"col-md-4"
>
<div
class=
"col-md-4"
>
<label>
@badge-link-hover-color
</label>
<label>
@badge-link-hover-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
data-var=
"@badge-link-hover-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#fff"
data-var=
"@badge-link-hover-color"
>
<p>
Linked badge text color on hover
</p>
<p
class=
"help-block"
>
Linked badge text color on hover
</p>
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"col-md-4"
>
<label>
@badge-active-color
</label>
<label>
@badge-active-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@link-color"
data-var=
"@badge-active-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@link-color"
data-var=
"@badge-active-color"
>
<p>
Badge text color in active nav link
</p>
<p
class=
"help-block"
>
Badge text color in active nav link
</p>
</div>
</div>
<div
class=
"col-md-4"
>
<div
class=
"col-md-4"
>
<label>
@badge-active-bg
</label>
<label>
@badge-active-bg
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@badge-color"
data-var=
"@badge-active-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@badge-color"
data-var=
"@badge-active-bg"
>
<p>
Badge background color in active nav link
</p>
<p
class=
"help-block"
>
Badge background color in active nav link
</p>
</div>
</div>
</div>
</div>
...
@@ -1205,18 +1205,18 @@ base_url: "../"
...
@@ -1205,18 +1205,18 @@ base_url: "../"
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<label>
@breadcrumb-color
</label>
<label>
@breadcrumb-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ccc"
data-var=
"@breadcrumb-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#ccc"
data-var=
"@breadcrumb-color"
>
<p>
Breadcrumb text color
</p>
<p
class=
"help-block"
>
Breadcrumb text color
</p>
<label>
@breadcrumb-bg
</label>
<label>
@breadcrumb-bg
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
data-var=
"@breadcrumb-bg"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"#f5f5f5"
data-var=
"@breadcrumb-bg"
>
<p>
Breadcrumb background color
</p>
<p
class=
"help-block"
>
Breadcrumb background color
</p>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<label>
@breadcrumb-active-color
</label>
<label>
@breadcrumb-active-color
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
data-var=
"@breadcrumb-active-color"
>
<input
type=
"text"
class=
"form-control"
placeholder=
"@gray-light"
data-var=
"@breadcrumb-active-color"
>
<p>
Text color of current page in the breadcrumb
</p>
<p
class=
"help-block"
>
Text color of current page in the breadcrumb
</p>
<label>
@breadcrumb-separator
</label>
<label>
@breadcrumb-separator
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
'"/"'
data-var=
"@breadcrumb-separator"
>
<input
type=
"text"
class=
"form-control"
placeholder=
'"/"'
data-var=
"@breadcrumb-separator"
>
<p>
Textual separator for between breadcrumb elements
</p>
<p
class=
"help-block"
>
Textual separator for between breadcrumb elements
</p>
</div>
</div>
</div>
</div>
...
...
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