1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 20:05:55 +00:00

increase content font size by 1px

This commit is contained in:
Andrew Dolgov
2017-01-25 11:22:53 +03:00
parent 553ec3c351
commit 7c04f8afeb
2 changed files with 2 additions and 1 deletions

View File

@@ -62,7 +62,7 @@ div.cdmIntermediate {
div.cdmContentInner {
margin : 10px;
line-height : 1.5;
font-size : 15px;
font-size : 16px;
}
div.cdmContentInner img,

View File

@@ -42,6 +42,7 @@ div.postReply div.postDate {
div.postReply div.postContent {
padding : 10px;
font-size : 16px;
}
div.postReply div.postContent img,