From 735946d4a463302894c4ddef4cbddec4b272afb9 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 4 Oct 2013 12:15:51 +0530 Subject: [PATCH] removed the custom styling for the carousel that reduced that opacity of the carousel image. --- 2014/assets/css/custom.css | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 2e7aa912..4465ee17 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -152,32 +152,6 @@ 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, -- 2.25.1