aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-18 00:43:48 -0700
committerMark Otto <[email protected]>2013-07-18 00:43:48 -0700
commit1363ffa473a7f68e540563632aaf8293cf1be5fc (patch)
tree2cec1c2cc4ab9a0fae56c12c2fb05a32485dbb53 /docs/assets/css
parente7bc9e1c3d60c2ac748896fcc0e31855f63590ef (diff)
parent8a84da6341e19011ce8f8e518d7b1cb7f0931da5 (diff)
downloadbootstrap-1363ffa473a7f68e540563632aaf8293cf1be5fc.tar.xz
bootstrap-1363ffa473a7f68e540563632aaf8293cf1be5fc.zip
Merge branch '3.0.0-wip' of https://github.com/mauricew/bootstrap into mauricew-3.0.0-wip
Diffstat (limited to 'docs/assets/css')
-rw-r--r--docs/assets/css/bootstrap.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index e79177efa..888d0bbc8 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4390,7 +4390,9 @@ a.list-group-item.active > .badge,
filter: alpha(opacity=90);
}
-.carousel-control .glyphicon {
+.carousel-control .glyphicon,
+.carousel-control .icon-prev,
+.carousel-control .icon-next {
position: absolute;
top: 50%;
left: 50%;
@@ -4402,6 +4404,14 @@ a.list-group-item.active > .badge,
margin-left: -10px;
}
+.carousel-control .icon-prev:before {
+ content: '\00ab';
+}
+
+.carousel-control .icon-next:before {
+ content: '\00bb';
+}
+
.carousel-indicators {
position: absolute;
bottom: 20px;
@@ -4450,7 +4460,9 @@ a.list-group-item.active > .badge,
}
@media screen and (min-width: 768px) {
- .carousel-control .glyphicon {
+ .carousel-control .glyphicon,
+ .carousel-control .icon-prev,
+ .carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;