removed the custom styling for the carousel that reduced that opacity of the carousel...
authorrsiddharth <rsd@gnu.org>
Fri, 4 Oct 2013 06:45:51 +0000 (12:15 +0530)
committerrsiddharth <rsd@gnu.org>
Fri, 4 Oct 2013 06:45:51 +0000 (12:15 +0530)
2014/assets/css/custom.css

index 2e7aa91210635367d3b28fe058b983fcc877a075..4465ee1729db8ee49ac012a0175e53417612e178 100644 (file)
   background-color: rgb(128, 0, 0);
 }
 
-.carousel-inner {
-  position: relative;
-  width: 100%;
-  overflow: hidden;
-  background-color: black;
-}
-
-.carousel-inner > .item > img,
-.carousel-inner > .item > a > img {
-  display: block;
-  height: auto;
-  max-width: 100%;
-  line-height: 1;
-  opacity:0.7;
-  filter: alpha(opacity=70);
-}
-
-.carousel-control:hover,
-.carousel-control:focus {
-  color: #ffffff;
-  text-decoration: none;
-  opacity: 0.5;
-  filter: alpha(opacity=50);
-}
-
-
 .carousel-control .icon-prev,
 .carousel-control .icon-next,
 .carousel-control .glyphicon-chevron-left,