diff options
| author | 2013-03-14 18:12:07 +0100 | |
|---|---|---|
| committer | 2013-03-14 18:12:07 +0100 | |
| commit | 0df314fcb48aef6c885d2573a1e90b8cb5d0ee10 (patch) | |
| tree | 7e7866c62e2c3182214aeff90352a49495f5d671 /public/theme/base.css | |
| parent | 6fc16ed8a307cb95ef9e60f2e3e781b4734cabfd (diff) | |
Passage à une colonne plus petite pour les articles pour améliorer la lecture (rendre ça optionnel ?)
Diffstat (limited to 'public/theme/base.css')
| -rw-r--r-- | public/theme/base.css | 8 |
1 files changed, 3 insertions, 5 deletions
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; } |
