carousel fixed height
This commit is contained in:
parent
895022b770
commit
4c6a74bfa7
1 changed files with 4 additions and 2 deletions
|
|
@ -44,6 +44,8 @@ textarea {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
|
text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
|
||||||
|
height: 16em;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.carousel-caption-s .btn {
|
.carousel-caption-s .btn {
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
@ -54,8 +56,8 @@ textarea {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
top: .2em;
|
bottom: 1em;
|
||||||
bottom: initial;
|
top: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
@-webkit-keyframes mymove {
|
@-webkit-keyframes mymove {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue