diff options
| author | Mark Otto <[email protected]> | 2012-10-15 13:57:09 -0500 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-15 13:57:09 -0500 |
| commit | 0048446db9901d70e0b2954bad40309a0029fe46 (patch) | |
| tree | 7a65bfe7418002c3802fad63794a78fa98ad6561 /docs/examples | |
| parent | fa778792c5a00577cc2f59f70499b60bda2a8457 (diff) | |
| download | bootstrap-0048446db9901d70e0b2954bad40309a0029fe46.tar.xz bootstrap-0048446db9901d70e0b2954bad40309a0029fe46.zip | |
improve spacing in carousel example
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/carousel.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html index eef594ba3..ee811b9c8 100644 --- a/docs/examples/carousel.html +++ b/docs/examples/carousel.html @@ -106,14 +106,14 @@ } .featurette-divider { - margin: 75px 0; + margin: 80px 0; } .featurette { - height: 362px; - padding: 75px 0; + padding: 80px 0; + overflow: hidden; } .featurette-image { - margin-top: -75px; + margin-top: -80px; } .featurette-image.pull-left { margin-right: 40px; |
