summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-01-25 11:22:53 +0300
committerAndrew Dolgov <[email protected]>2017-01-25 11:22:53 +0300
commit7c04f8afebd9eec1114773a06ebffd9a827a3d98 (patch)
tree5978b7a1fe406818b42839859d31ac3dcd436523 /css
parent553ec3c35117adbbe5c4d7642ec9f4760ee12e75 (diff)
increase content font size by 1px
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css2
-rw-r--r--css/tt-rss.css1
2 files changed, 2 insertions, 1 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 1ee4715fb..91946bfcd 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -62,7 +62,7 @@ div.cdmIntermediate {
div.cdmContentInner {
margin : 10px;
line-height : 1.5;
- font-size : 15px;
+ font-size : 16px;
}
div.cdmContentInner img,
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 0fdc31e51..ccfedd607 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -42,6 +42,7 @@ div.postReply div.postDate {
div.postReply div.postContent {
padding : 10px;
+ font-size : 16px;
}
div.postReply div.postContent img,