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
4b9cacae
Commit
4b9cacae
authored
11 years ago
by
Francis Brunelle
Browse files
Options
Download
Email Patches
Plain Diff
@badge-bg should be @gray-light not #f5f5f5
parent
0b1ddeb3
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
customize.html
+1
-1
customize.html
dist/css/bootstrap.css
+1
-1
dist/css/bootstrap.css
dist/css/bootstrap.min.css
+1
-1
dist/css/bootstrap.min.css
less/variables.less
+1
-1
less/variables.less
with
4 additions
and
4 deletions
+4
-4
customize.html
+
1
-
1
View file @
4b9cacae
...
@@ -920,7 +920,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
...
@@ -920,7 +920,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
placeholder=
"#fff"
>
<p>
Badge text color
</p>
<p>
Badge text color
</p>
<label>
@badge-bg
</label>
<label>
@badge-bg
</label>
<input
type=
"text"
placeholder=
"@gray-light
er
"
>
<input
type=
"text"
placeholder=
"@gray-light"
>
<p>
Badge background color
</p>
<p>
Badge background color
</p>
<label>
@badge-link-hover-color
</label>
<label>
@badge-link-hover-color
</label>
<input
type=
"text"
placeholder=
"#fff"
>
<input
type=
"text"
placeholder=
"#fff"
>
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.css
+
1
-
1
View file @
4b9cacae
...
@@ -4075,7 +4075,7 @@ a.thumbnail:focus {
...
@@ -4075,7 +4075,7 @@ a.thumbnail:focus {
text-align
:
center
;
text-align
:
center
;
white-space
:
nowrap
;
white-space
:
nowrap
;
vertical-align
:
middle
;
vertical-align
:
middle
;
background-color
:
#
f5f5f5
;
background-color
:
#
999999
;
border-radius
:
10px
;
border-radius
:
10px
;
}
}
...
...
This diff is collapsed.
Click to expand it.
dist/css/bootstrap.min.css
+
1
-
1
View file @
4b9cacae
This diff is collapsed.
Click to expand it.
less/variables.less
+
1
-
1
View file @
4b9cacae
...
@@ -379,7 +379,7 @@
...
@@ -379,7 +379,7 @@
@badge-color: #fff;
@badge-color: #fff;
@badge-link-hover-color: #fff;
@badge-link-hover-color: #fff;
@badge-bg:
#f5f5f5
;
@badge-bg:
@gray-light
;
@badge-active-color: @link-color;
@badge-active-color: @link-color;
@badge-active-bg: #fff;
@badge-active-bg: #fff;
...
...
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