aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-14 14:29:45 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-12-14 14:29:45 +0100
commit7e8e222c871b7394c770176a63a55d9a8ab2b84d (patch)
tree26f9fc60931a1455e3a101197210994dccbcd789 /public
parent4f0b1efc2b6334a5be1e5f2b6a7b64b925c841b4 (diff)
Réduction taille titres, et marge en mobile
Réduction de la taille du titre des articles, qui était vraiment gros en particulier sur mobile. Voir aussi https://github.com/marienfressinaud/FreshRSS/issues/324
Diffstat (limited to 'public')
-rw-r--r--public/themes/default/freshrss.css10
-rw-r--r--public/themes/flat-design/freshrss.css10
2 files changed, 12 insertions, 8 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css
index 688f76cbf..a4abbf22b 100644
--- a/public/themes/default/freshrss.css
+++ b/public/themes/default/freshrss.css
@@ -380,19 +380,20 @@
}
.content {
- min-height: 300px;
+ min-height: 150px;
max-width: 550px;
margin: 0 auto;
padding: 20px 10px;
line-height: 170%;
word-wrap: break-word;
}
- .content .title {
- margin: 0 0 5px;
- }
.content h1, .content h2, .content h3 {
margin: 20px 0 5px;
}
+ .content > .title {
+ font-size: x-large;
+ margin: 0;
+ }
.content p {
margin: 0 0 20px;
@@ -681,6 +682,7 @@
.content {
font-size: 120%;
+ padding: 0;
}
.pagination {
diff --git a/public/themes/flat-design/freshrss.css b/public/themes/flat-design/freshrss.css
index dcc22ccea..7ce67ef22 100644
--- a/public/themes/flat-design/freshrss.css
+++ b/public/themes/flat-design/freshrss.css
@@ -359,19 +359,20 @@ body {
}
.content {
- min-height: 300px;
+ min-height: 150px;
max-width: 550px;
margin: 0 auto;
padding: 20px 10px;
line-height: 170%;
word-wrap: break-word;
}
- .content .title {
- margin: 0 0 5px;
- }
.content h1, .content h2, .content h3 {
margin: 20px 0 5px;
}
+ .content > .title {
+ font-size: x-large;
+ margin: 0;
+ }
.content p {
margin: 0 0 20px;
@@ -673,6 +674,7 @@ body {
.content {
font-size: 120%;
+ padding: 0;
}
.pagination {