aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-19 00:58:29 -0700
committerMark Otto <[email protected]>2013-08-19 00:58:29 -0700
commit285393fb770bd3c3e3605d0d845a164887d0970d (patch)
treefa42b1874deadb6da92df9438209410b52c26589 /examples
parentdbd749c22603c8d0b9d27bd5a1ebf619ef30ba81 (diff)
downloadbootstrap-285393fb770bd3c3e3605d0d845a164887d0970d.tar.xz
bootstrap-285393fb770bd3c3e3605d0d845a164887d0970d.zip
Re-enable glyphicons in carousel controls and then remove redundant CSS from example
Diffstat (limited to 'examples')
-rw-r--r--examples/carousel/carousel.css7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/carousel/carousel.css b/examples/carousel/carousel.css
index 1ac82e089..164f306ea 100644
--- a/examples/carousel/carousel.css
+++ b/examples/carousel/carousel.css
@@ -18,13 +18,6 @@ body {
z-index: 15;
}
-/* Vertically aligns left and right chevrons. */
-.carousel-control > .glyphicon-chevron-left, .carousel-control > .glyphicon-chevron-right {
- position: absolute;
- display: inline-block;
- top: 50%;
-}
-
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */