From: Guillaume Pellerin Date: Fri, 11 Sep 2015 13:28:06 +0000 (+0200) Subject: cleanup style X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=8ecb708567422dce5d1dfb94ed43e2face777c1c;p=diggersdigest.git cleanup style --- diff --git a/diggersdigest/static/css/dig2.css b/diggersdigest/static/css/dig2.css index 8a6968a..906af82 100644 --- a/diggersdigest/static/css/dig2.css +++ b/diggersdigest/static/css/dig2.css @@ -9,7 +9,7 @@ } body { - padding-top: 300px; +/* padding-top: 300px; */ } hr { @@ -20,3 +20,12 @@ hr { margin: 1em 0; padding: 0; } + +.lp-desc { + background-color: white; + padding: 1em 1em 1em 2em; +} + +.navbar-default { + background: white; +} diff --git a/diggersdigest/templates/base.html b/diggersdigest/templates/base.html index 7117c27..c1669f4 100644 --- a/diggersdigest/templates/base.html +++ b/diggersdigest/templates/base.html @@ -44,11 +44,6 @@ -{% block extra_head %}{% endblock %} - - - -
+ +{% block extra_head %}{% endblock %} + + +