mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Conflicts: dist/css/bootstrap.min.css
This commit is contained in:
commit
b5f2482a58
@ -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-lighter">
|
||||
<input type="text" placeholder="@gray-light">
|
||||
<p>Badge background color</p>
|
||||
<label>@badge-link-hover-color</label>
|
||||
<input type="text" placeholder="#fff">
|
||||
|
2
dist/css/bootstrap.css
vendored
2
dist/css/bootstrap.css
vendored
@ -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;
|
||||
}
|
||||
|
||||
|
2
dist/css/bootstrap.min.css
vendored
2
dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user