client/app/slideshow/slideshow.css
author ymh <ymh.work@gmail.com>
Wed, 11 Jun 2014 01:26:59 +0200
changeset 0 cef349423167
child 8 824c87a9084c
permissions -rw-r--r--
add basic file org + client prototype

.carousel-caption {
    color: #000;
    position: static;
    text-shadow: none;
    text-align: left;
}

.carousel-indicators {
    display: none;
}

.carousel-control {
    width: 3%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
    right: 2%;
}

.original-text {
    font-style: italic;
}

textarea.form-control {
    height: 140px;
}