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:
parent
774904464d
commit
ac581eebac
Binary file not shown.
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@ -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 |
@ -3,6 +3,7 @@
|
||||
|
||||
.carousel {
|
||||
position: relative;
|
||||
margin-bottom: @baseLineHeight;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user