--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/client/app/slideshow/slideshow.css Wed Jun 11 01:26:59 2014 +0200
@@ -0,0 +1,26 @@
+.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;
+}