summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-10-28 11:45:53 +0100
committerLoïc Hoguin <[email protected]>2019-10-28 11:45:53 +0100
commit8ae65d1125d80fbb7f3ff6bdcac0b550d5d6342e (patch)
tree10bf8d73143e3fc8d35342d109d1e688a195730c
parent8de54762c4b4ae8b177ad94dc47fec29d71be315 (diff)
downloadninenines.eu-8ae65d1125d80fbb7f3ff6bdcac0b550d5d6342e.tar.gz
ninenines.eu-8ae65d1125d80fbb7f3ff6bdcac0b550d5d6342e.tar.bz2
ninenines.eu-8ae65d1125d80fbb7f3ff6bdcac0b550d5d6342e.zip
Fix CSS
-rw-r--r--_build/themes/ninenines/static/css/99s.css1
-rw-r--r--css/99s.css1
2 files changed, 2 insertions, 0 deletions
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}