summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-02-08 01:36:50 +0400
committerAndrew Dolgov <[email protected]>2014-02-08 01:36:50 +0400
commitbad135bdd6712713044e4eab24f2d11552068079 (patch)
treeee6e3a73e58c56740245ecf6e55b9bbeec45ed73 /css
parent45ce1610d284fd3234de973542722fdcfc29c4d3 (diff)
update zoom.css to bring it in line with the rest of font changes
Diffstat (limited to 'css')
-rw-r--r--css/zoom.css13
1 files changed, 9 insertions, 4 deletions
diff --git a/css/zoom.css b/css/zoom.css
index aa1e39f45..2bd3c0703 100644
--- a/css/zoom.css
+++ b/css/zoom.css
@@ -10,13 +10,13 @@ body#ttrssZoom div.postHeader div.postFeedTitle {
float : left;
text-align : right;
padding-left : 0px;
- font-size : 10px;
+ font-size : 11px;
}
body#ttrssZoom div.postHeader a.postComments {
text-align : right;
padding-left : 0px;
- font-size : 10px;
+ font-size : 11px;
}
body#ttrssZoom div.postHeader div.postDate {
@@ -24,12 +24,12 @@ body#ttrssZoom div.postHeader div.postDate {
text-align : right;
padding-left : 0px;
color : #777;
- font-size : 10px;
+ font-size : 11px;
}
body#ttrssZoom div.postHeader div.postTags {
color : #777;
- font-size : 10px;
+ font-size : 11px;
}
body#ttrssZoom div.postHeader div.postTitle {
@@ -37,6 +37,11 @@ body#ttrssZoom div.postHeader div.postTitle {
font-size : 16px;
}
+body#ttrssZoom div.postContent {
+ font-size : 15px;
+ line-height : 1.5;
+}
+
body#ttrssZoom div.postContent p {
max-width : 650px;
-webkit-hyphens: auto;