update bootstrap to 3.0.0 final
[bootswatch] / bower_components / bootstrap / examples / carousel / carousel.css
index 452fdfe..164f306 100755 (executable)
@@ -19,7 +19,6 @@ body {
 }
 
 
-
 /* CUSTOMIZE THE CAROUSEL
 -------------------------------------------------- */
 
@@ -38,6 +37,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 +93,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;