aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 17:27:27 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-01-23 17:27:45 +0100
commit3eb5d216f3dd2a18427a62ea52f256b03a1027c7 (patch)
tree2823bff6221ffdc1b0f334ffe1de507ee8b74fe5
parentf1249a3a70ff55fd9e293172a664fa5b20437157 (diff)
Test affichage 100% mobile plutôt que 120%
Passe le texte des articles en 100% plutôt que 120% sur mobile. À tester https://github.com/marienfressinaud/FreshRSS/issues/368#issuecomment-33103162
-rw-r--r--p/themes/Dark/freshrss.css4
-rw-r--r--p/themes/Flat/freshrss.css4
-rw-r--r--p/themes/Origine/freshrss.css4
3 files changed, 0 insertions, 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;
}