mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
rebuild + use serif arrows
This commit is contained in:
parent
4f4e74be78
commit
d0cafdd3a8
4 changed files with 4 additions and 2 deletions
1
dist/css/bootstrap.css
vendored
1
dist/css/bootstrap.css
vendored
|
@ -4272,6 +4272,7 @@ a.list-group-item.active > .badge,
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
|
font-family: serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-control .icon-prev:before {
|
.carousel-control .icon-prev:before {
|
||||||
|
|
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
dist/js/bootstrap.min.js
vendored
2
dist/js/bootstrap.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -111,6 +111,7 @@
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-top: -10px;
|
margin-top: -10px;
|
||||||
margin-left: -10px;
|
margin-left: -10px;
|
||||||
|
font-family: serif;
|
||||||
}
|
}
|
||||||
// Non-glyphicon toggles
|
// Non-glyphicon toggles
|
||||||
.icon-prev {
|
.icon-prev {
|
||||||
|
|
Loading…
Reference in a new issue