2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Drop Glyphicons

This commit is contained in:
Mark Otto
2014-07-08 00:33:21 -07:00
parent b29268dc48
commit dae5ec5416
15 changed files with 35 additions and 1812 deletions
+9 -20
View File
@@ -101,31 +101,24 @@
// Toggles
.icon-prev,
.icon-next,
.glyphicon-chevron-left,
.glyphicon-chevron-right {
.icon-next {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.icon-prev,
.glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.icon-next,
.glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.icon-prev,
.icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
}
.icon-prev {
left: 50%;
margin-left: -10px;
}
.icon-next {
right: 50%;
margin-right: -10px;
}
.icon-prev {
@@ -210,8 +203,6 @@
// Scale up the controls a smidge
.carousel-control {
.glyphicon-chevron-left,
.glyphicon-chevron-right,
.icon-prev,
.icon-next {
width: 30px;
@@ -219,11 +210,9 @@
margin-top: -15px;
font-size: 30px;
}
.glyphicon-chevron-left,
.icon-prev {
margin-left: -15px;
}
.glyphicon-chevron-right,
.icon-next {
margin-right: -15px;
}