From 8ae65d1125d80fbb7f3ff6bdcac0b550d5d6342e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 28 Oct 2019 11:45:53 +0100 Subject: Fix CSS --- _build/themes/ninenines/static/css/99s.css | 1 + css/99s.css | 1 + 2 files changed, 2 insertions(+) diff --git a/_build/themes/ninenines/static/css/99s.css b/_build/themes/ninenines/static/css/99s.css index e47625aa..2b297b2a 100644 --- a/_build/themes/ninenines/static/css/99s.css +++ b/_build/themes/ninenines/static/css/99s.css @@ -116,6 +116,7 @@ h2{margin-top:20px} #contents ul.extra_margin li{margin-bottom:30px} #contents ul li{background:url(../img/big_bullet.png) no-repeat scroll 0 center transparent;list-style:none outside none;padding-left:30px} #contents .row > div{padding-bottom:35px} +#contents .row > div.carousel-inner{padding-bottom:0} #home-carousel{background:url(../img/home/carousel_light_effect.png) no-repeat scroll center bottom transparent;color:#FFF;height:298px;margin-bottom:0;padding-top:1px;text-shadow:.1em .1em .05em #333} #home-carousel h1{font-size:40px;margin-bottom:20px;margin-top:35px} #home-carousel h1,#home-carousel h2{color:#FFF;font-weight:400;margin:20px 0} diff --git a/css/99s.css b/css/99s.css index e47625aa..2b297b2a 100644 --- a/css/99s.css +++ b/css/99s.css @@ -116,6 +116,7 @@ h2{margin-top:20px} #contents ul.extra_margin li{margin-bottom:30px} #contents ul li{background:url(../img/big_bullet.png) no-repeat scroll 0 center transparent;list-style:none outside none;padding-left:30px} #contents .row > div{padding-bottom:35px} +#contents .row > div.carousel-inner{padding-bottom:0} #home-carousel{background:url(../img/home/carousel_light_effect.png) no-repeat scroll center bottom transparent;color:#FFF;height:298px;margin-bottom:0;padding-top:1px;text-shadow:.1em .1em .05em #333} #home-carousel h1{font-size:40px;margin-bottom:20px;margin-top:35px} #home-carousel h1,#home-carousel h2{color:#FFF;font-weight:400;margin:20px 0} -- cgit v1.2.3