mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
change characters
This commit is contained in:
Vendored
+2
-2
@@ -4405,11 +4405,11 @@ a.list-group-item.active > .badge,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.carousel-control .icon-prev:before {
|
.carousel-control .icon-prev:before {
|
||||||
content: '\00ab';
|
content: '\2039';
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-control .icon-next:before {
|
.carousel-control .icon-next:before {
|
||||||
content: '\00bb';
|
content: '\203a';
|
||||||
}
|
}
|
||||||
|
|
||||||
.carousel-indicators {
|
.carousel-indicators {
|
||||||
|
|||||||
+5
-3
@@ -99,7 +99,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Toggles
|
// Toggles
|
||||||
.glyphicon, .icon-prev, .icon-next {
|
.glyphicon,
|
||||||
|
.icon-prev,
|
||||||
|
.icon-next {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
@@ -113,12 +115,12 @@
|
|||||||
// Non-glyphicon toggles
|
// Non-glyphicon toggles
|
||||||
.icon-prev {
|
.icon-prev {
|
||||||
&:before {
|
&:before {
|
||||||
content: '\00ab';
|
content: '\2039';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.icon-next {
|
.icon-next {
|
||||||
&:before {
|
&:before {
|
||||||
content: '\00bb';
|
content: '\203a';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user