diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-19 20:05:19 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-19 20:05:19 -0400 |
commit | 424dd8bc118b36c9173dbdc05661086c8566fd17 (patch) | |
tree | 6e8d8f9c4aa7b1bd209448f5ac7d78b4e983b573 /bower_components/bootstrap/examples/carousel/carousel.css | |
parent | d29efdf7b225badbee54f074400c996be7159233 (diff) |
update bootstrap to 3.0.0 final
Diffstat (limited to 'bower_components/bootstrap/examples/carousel/carousel.css')
-rwxr-xr-x | bower_components/bootstrap/examples/carousel/carousel.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bower_components/bootstrap/examples/carousel/carousel.css b/bower_components/bootstrap/examples/carousel/carousel.css index 452fdfee..164f306e 100755 --- a/bower_components/bootstrap/examples/carousel/carousel.css +++ b/bower_components/bootstrap/examples/carousel/carousel.css @@ -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; |