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; 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…