From: al // @idest Date: Mon, 19 Aug 2013 07:49:28 +0000 (-0700) Subject: Add background-color to carousel. X-Git-Tag: v3.0.0~23^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b24c47788d71565047125470a5cb7acf1f5f591;p=thirdparty%2Fbootstrap.git Add background-color to carousel. Set a background color for the carousel example so that white text is now legible. Also fixed typo on line 97. --- diff --git a/examples/carousel/carousel.css b/examples/carousel/carousel.css index 452fdfeed2..cdcbe2f785 100644 --- a/examples/carousel/carousel.css +++ b/examples/carousel/carousel.css @@ -38,6 +38,7 @@ body { /* Declare heights because of positioning of img element */ .carousel .item { height: 500px; + background-color: #777; } .carousel-inner > .item > img { position: absolute; @@ -93,7 +94,7 @@ body { @media (min-width: 768px) { - /* Remve the edge padding needed for mobile */ + /* Remove the edge padding needed for mobile */ .marketing { padding-left: 0; padding-right: 0;