From 3eb5d216f3dd2a18427a62ea52f256b03a1027c7 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 23 Jan 2014 17:27:27 +0100 Subject: Test affichage 100% mobile plutôt que 120% MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Passe le texte des articles en 100% plutôt que 120% sur mobile. À tester https://github.com/marienfressinaud/FreshRSS/issues/368#issuecomment-33103162 --- p/themes/Dark/freshrss.css | 4 ---- p/themes/Flat/freshrss.css | 4 ---- p/themes/Origine/freshrss.css | 4 ---- 3 files changed, 12 deletions(-) diff --git a/p/themes/Dark/freshrss.css b/p/themes/Dark/freshrss.css index af2a7d455..a93fb44a4 100644 --- a/p/themes/Dark/freshrss.css +++ b/p/themes/Dark/freshrss.css @@ -679,10 +679,6 @@ select.number option { display: block; } - .content { - font-size: 120%; - } - .pagination { margin: 0 0 40px; } diff --git a/p/themes/Flat/freshrss.css b/p/themes/Flat/freshrss.css index e67d6ac36..fb3fde686 100644 --- a/p/themes/Flat/freshrss.css +++ b/p/themes/Flat/freshrss.css @@ -683,10 +683,6 @@ select.number option { display: block; } - .content { - font-size: 120%; - } - .pagination { margin: 0 0 40px; } diff --git a/p/themes/Origine/freshrss.css b/p/themes/Origine/freshrss.css index 783db4426..41e148996 100644 --- a/p/themes/Origine/freshrss.css +++ b/p/themes/Origine/freshrss.css @@ -684,10 +684,6 @@ select.number option { display: block; } - .content { - font-size: 120%; - } - .pagination { margin: 0 0 40px; } -- cgit v1.2.3