carousel fixed height

vnext
Paul Schneider 8 years ago
parent e8934da27b
commit d06674761f
1 changed files with 4 additions and 2 deletions

@ -44,6 +44,8 @@ textarea {
color: #fff;
text-align: center;
text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
height: 16em;
overflow: auto;
}
.carousel-caption-s .btn {
text-shadow: none;
@ -54,8 +56,8 @@ textarea {
padding-left: 0;
text-align: center;
list-style: none;
top: .2em;
bottom: initial;
bottom: 1em;
top: initial;
}
@-webkit-keyframes mymove {

Loading…