mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
grunt
This commit is contained in:
parent
99148166c5
commit
d1278efcc5
14
dist/css/bootstrap.css
vendored
14
dist/css/bootstrap.css
vendored
@ -4609,11 +4609,17 @@ a.badge:focus {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
a.list-group-item.active > .badge,
|
.list-group-item.active > .badge,
|
||||||
.nav-pills > .active > a > .badge {
|
.nav-pills > .active > a > .badge {
|
||||||
color: #428bca;
|
color: #428bca;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
.list-group-item > .badge {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
.list-group-item > .badge + .badge {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
.nav-pills > li > a > .badge {
|
.nav-pills > li > a > .badge {
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
@ -4906,12 +4912,6 @@ a.thumbnail.active {
|
|||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
}
|
}
|
||||||
.list-group-item > .badge {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.list-group-item > .badge + .badge {
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
a.list-group-item {
|
a.list-group-item {
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
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
2
docs/assets/js/customize.min.js
vendored
2
docs/assets/js/customize.min.js
vendored
File diff suppressed because one or more lines are too long
2
docs/assets/js/raw-files.min.js
vendored
2
docs/assets/js/raw-files.min.js
vendored
File diff suppressed because one or more lines are too long
14
docs/dist/css/bootstrap.css
vendored
14
docs/dist/css/bootstrap.css
vendored
@ -4609,11 +4609,17 @@ a.badge:focus {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
a.list-group-item.active > .badge,
|
.list-group-item.active > .badge,
|
||||||
.nav-pills > .active > a > .badge {
|
.nav-pills > .active > a > .badge {
|
||||||
color: #428bca;
|
color: #428bca;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
|
.list-group-item > .badge {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
.list-group-item > .badge + .badge {
|
||||||
|
margin-right: 5px;
|
||||||
|
}
|
||||||
.nav-pills > li > a > .badge {
|
.nav-pills > li > a > .badge {
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
@ -4906,12 +4912,6 @@ a.thumbnail.active {
|
|||||||
border-bottom-right-radius: 4px;
|
border-bottom-right-radius: 4px;
|
||||||
border-bottom-left-radius: 4px;
|
border-bottom-left-radius: 4px;
|
||||||
}
|
}
|
||||||
.list-group-item > .badge {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.list-group-item > .badge + .badge {
|
|
||||||
margin-right: 5px;
|
|
||||||
}
|
|
||||||
a.list-group-item {
|
a.list-group-item {
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.min.css
vendored
2
docs/dist/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user