From 60d4256fd8b5781c88f5bbc2397b8114cc08fe91 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 22 Oct 2015 18:17:53 -0400 Subject: [PATCH] 2016: Removed scrims from the carousel. --- 2016/assets/css/custom.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/2016/assets/css/custom.css b/2016/assets/css/custom.css index 2a791913..9b4d977c 100644 --- a/2016/assets/css/custom.css +++ b/2016/assets/css/custom.css @@ -429,6 +429,18 @@ hr { } } +.carousel-control.left { + background-image: none; + background-repeat: repeat-x; +} + +.carousel-control.right { + background-image: none; + background-repeat: repeat-x; + left: auto; + right: 0; +} + /* Header */ .lp-banner { -- 2.25.1