client/app/slideshow/slideshow.css
changeset 97 0afdaa004ee1
parent 39 b714bcbe915c
child 106 cb13a9009bf5
--- a/client/app/slideshow/slideshow.css	Wed May 27 18:58:39 2015 +0200
+++ b/client/app/slideshow/slideshow.css	Wed May 27 18:59:55 2015 +0200
@@ -1,5 +1,5 @@
 .slideshow{
-	margin-top:-20px;
+    margin-top:-20px;
 }
 .carousel-caption {
     color: #000;
@@ -22,7 +22,7 @@
 
 .carousel-holder img{
     max-height: 500px;
-	max-width: 100%;
+    max-width: 100%;
 }
 
 .original-text {
@@ -34,9 +34,9 @@
 }
 
 ul.insight{
-	overflow-x: hidden;
-	overflow-y: scroll;
-	height: 170px; 
+    overflow-x: hidden;
+    overflow-y: scroll;
+    height: 170px; 
 }
 
 ul.insight li {
@@ -45,6 +45,6 @@
 }
 
 ul.insight li img{
-	height: 100%;
-	width: 100%;
+    height: 100%;
+    width: 100%;
 }
\ No newline at end of file