diff options
| author | al // @idest <[email protected]> | 2013-08-19 00:49:28 -0700 |
|---|---|---|
| committer | al // @idest <[email protected]> | 2013-08-19 00:49:28 -0700 |
| commit | 8b24c47788d71565047125470a5cb7acf1f5f591 (patch) | |
| tree | 56fddd9218959d92f31fbec9de8f9827516ba392 /examples | |
| parent | 5639287d5d06ca79aeaf71a31fdaf8c0db6b0188 (diff) | |
| download | bootstrap-8b24c47788d71565047125470a5cb7acf1f5f591.tar.xz bootstrap-8b24c47788d71565047125470a5cb7acf1f5f591.zip | |
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.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/carousel/carousel.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/carousel/carousel.css b/examples/carousel/carousel.css index 452fdfeed..cdcbe2f78 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; |
