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