From 1c5cc9550d33094e538019056f9deccfccaca740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 13 Dec 2018 11:37:53 +0100 Subject: Fix CSS, I mistakenly removed more from it than I should have! --- _build/themes/ninenines/layouts/partials/head.html | 2 +- _build/themes/ninenines/static/css/99s.css | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to '_build/themes') diff --git a/_build/themes/ninenines/layouts/partials/head.html b/_build/themes/ninenines/layouts/partials/head.html index 5321c16f..c28c227b 100644 --- a/_build/themes/ninenines/layouts/partials/head.html +++ b/_build/themes/ninenines/layouts/partials/head.html @@ -7,7 +7,7 @@ {{ if .IsHome }}{{ .Title }}{{ else }}{{ .Site.Title }}: {{ .Title }}{{ end }} - + diff --git a/_build/themes/ninenines/static/css/99s.css b/_build/themes/ninenines/static/css/99s.css index 1e962f89..a5997411 100644 --- a/_build/themes/ninenines/static/css/99s.css +++ b/_build/themes/ninenines/static/css/99s.css @@ -114,6 +114,7 @@ h2{margin-top:20px} #contents ul{margin-left:0} #contents ul li,#contents ol li{line-height:1.4em;margin-bottom:15px} #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} #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} @@ -146,6 +147,7 @@ footer .credits p{margin-bottom:5px} #contents{background:url(../img/body_bg.jpg) repeat-x scroll 0 -1px #f9f9f9} #contents .sidecol a:hover{color:#005580} #contents .sidecol a{color:#1e5c70} +#contents .sidecol ul li{background:url(../img/big_bullet.png) no-repeat scroll -7px center transparent;padding-left:15px} #contents .container .sidecol{width:220px;padding-top:20px;font-size:13px} #contents .container .sidecol p{font-size:13px} #contents .sidecol ul li a{display:block;padding-left:10px} -- cgit v1.2.3