summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/tt-rss.css4
-rw-r--r--css/zoom.css4
2 files changed, 6 insertions, 2 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 3db8dc1d5..693541a7c 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -341,6 +341,10 @@ div.prefHelp {
color : #555;
}
+.small {
+ font-size : 11px;
+}
+
#main-toolbar > * {
white-space : nowrap;
display : table-cell;
diff --git a/css/zoom.css b/css/zoom.css
index 0591eef83..f2230d7c1 100644
--- a/css/zoom.css
+++ b/css/zoom.css
@@ -2,7 +2,7 @@ body#ttrssZoom {
margin-left : auto;
margin-right : auto;
padding : 20px;
- max-width : 670px;
+ max-width : 770px;
background : #f5f5f5;
}
@@ -69,7 +69,7 @@ body#ttrssZoom div.footer {
}
body#ttrssZoom div.postContent img {
- max-width : 630px;
+ max-width : 730px;
height : auto;
}