Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-10-15 22:57:09 +0400
committerMark Otto <markdotto@gmail.com>2012-10-15 22:57:09 +0400
commit0048446db9901d70e0b2954bad40309a0029fe46 (patch)
tree7a65bfe7418002c3802fad63794a78fa98ad6561
parentfa778792c5a00577cc2f59f70499b60bda2a8457 (diff)
improve spacing in carousel example
-rw-r--r--docs/examples/carousel.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/examples/carousel.html b/docs/examples/carousel.html
index eef594ba3e..ee811b9c87 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;