summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-29 21:05:04 +0400
committerAndrew Dolgov <[email protected]>2014-01-29 21:05:04 +0400
commitd2cd36fb52af4e8809b8899b7bfa920eaa505769 (patch)
treef86edc712c3450abe1b7fb686f5e09bc61d6be64 /css/tt-rss.css
parenta674c03314ed654da2b26dd8ec2a0a8594dfcb2c (diff)
increase main reading font to 15px and set line-height to 1.5
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 6f8191b4d..016d3d566 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -856,7 +856,8 @@ div.fatalError textarea {
padding : 0px;
border-color : #ddd;
border-width : 0px;
- line-height: 20px;
+ line-height: 1.5;
+ font-size : 15px;
overflow : auto;
}
@@ -958,7 +959,7 @@ div.postContent h1 {
div.postContent h2,
div.postContent h3,
div.postContent h4 {
- font-size : 14px;
+ font-size : 15px;
}
div.postContent p {