aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 11:47:36 -0800
committerMark Otto <[email protected]>2012-01-25 11:47:36 -0800
commit06017b26ca5a9c835edb9d42188431fa30c7e499 (patch)
tree664807bac06d0d4f3a83ed6ee0c2465b5c963af8 /bootstrap.css
parent58d08a2db3e2ed1b789a5290ced2f0327c9c163b (diff)
downloadbootstrap-06017b26ca5a9c835edb9d42188431fa30c7e499.tar.xz
bootstrap-06017b26ca5a9c835edb9d42188431fa30c7e499.zip
fix bottom visual bug on carousel images
Diffstat (limited to 'bootstrap.css')
-rw-r--r--bootstrap.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/bootstrap.css b/bootstrap.css
index 4bffde24d..7a538c717 100644
--- a/bootstrap.css
+++ b/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Wed Jan 25 11:31:57 PST 2012
+ * Date: Wed Jan 25 11:47:25 PST 2012
*/
article,
aside,
@@ -2924,6 +2924,10 @@ a.thumbnail:hover {
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
+.carousel .item > img {
+ display: block;
+ line-height: 1;
+}
.carousel .active, .carousel .next, .carousel .prev {
display: block;
}