0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

large carousel images and margin bottom added

This commit is contained in:
Mark Otto 2012-01-30 09:19:25 -08:00
parent 774904464d
commit ac581eebac
6 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -3237,6 +3237,7 @@ a.thumbnail:hover {
}
.carousel {
position: relative;
margin-bottom: 18px;
line-height: 1;
}
.carousel-inner {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 128 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 91 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 123 KiB

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -3,6 +3,7 @@
.carousel {
position: relative;
margin-bottom: @baseLineHeight;
line-height: 1;
}