From 0df314fcb48aef6c885d2573a1e90b8cb5d0ee10 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Thu, 14 Mar 2013 18:12:07 +0100 Subject: Passage à une colonne plus petite pour les articles pour améliorer la lecture (rendre ça optionnel ?) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/theme/base.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'public/theme/base.css') diff --git a/public/theme/base.css b/public/theme/base.css index 856878b18..5e9b1990d 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -394,7 +394,6 @@ input { } .flux { - font-family: Palatino, "Times New Roman", serif; border-left: 10px solid #aaa; background: #fafafa; } @@ -402,7 +401,9 @@ input { background: #fff; } .flux .content { - padding: 20px 100px; + max-width: 550px; + margin: 0 auto; + padding: 10px; line-height: 170%; } .flux .content h1, .flux .content h2, .flux .content h3 { @@ -609,9 +610,6 @@ input { .flux_header .item.website { width: 20px; } - .flux .content { - padding: 10px; - } .pagination .pager-previous, .pagination .pager-next { width: 100px; } -- cgit v1.2.3