From 0a5797d42af662c7073e057ac7533dac0a8e1dde Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Tue, 3 Sep 2013 07:51:02 +0200 Subject: Minor improvement to the CSS. --- source/static/css/style.css | 4 ++-- source/static/templates/base.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source') diff --git a/source/static/css/style.css b/source/static/css/style.css index 9317064a..87408e36 100755 --- a/source/static/css/style.css +++ b/source/static/css/style.css @@ -166,7 +166,7 @@ blockquote.right { } .inner { - margin-top: 1em; + margin-top: 0em; padding: 0em 0em 0em 0em; clear: both; } @@ -217,4 +217,4 @@ blockquote.right { * html a:hover { background: transparent; -} \ No newline at end of file +} diff --git a/source/static/templates/base.html b/source/static/templates/base.html index 29e81450..03c40f90 100644 --- a/source/static/templates/base.html +++ b/source/static/templates/base.html @@ -15,7 +15,7 @@

pyAggr3g470r

${self.body()} @@ -25,4 +25,4 @@ Source code of pyAggr3g470r.

- \ No newline at end of file + -- cgit