1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

increase main reading font to 15px and set line-height to 1.5

This commit is contained in:
Andrew Dolgov
2014-01-29 21:05:04 +04:00
parent a674c03314
commit d2cd36fb52
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -52,7 +52,8 @@ div.cdmHeader input {
div.cdmContentInner { div.cdmContentInner {
margin : 10px; margin : 10px;
line-height : 20px; line-height : 1.5;
font-size : 15px;
} }
div.cdmContentInner img { div.cdmContentInner img {
@@ -68,7 +69,7 @@ div.cdmContentInner h1 {
div.cdmContentInner h2, div.cdmContentInner h2,
div.cdmContentInner h3, div.cdmContentInner h3,
div.cdmContentInner h4 { div.cdmContentInner h4 {
font-size : 14px; font-size : 15px;
} }
div.cdmFooter { div.cdmFooter {
+3 -2
View File
@@ -856,7 +856,8 @@ div.fatalError textarea {
padding : 0px; padding : 0px;
border-color : #ddd; border-color : #ddd;
border-width : 0px; border-width : 0px;
line-height: 20px; line-height: 1.5;
font-size : 15px;
overflow : auto; overflow : auto;
} }
@@ -958,7 +959,7 @@ div.postContent h1 {
div.postContent h2, div.postContent h2,
div.postContent h3, div.postContent h3,
div.postContent h4 { div.postContent h4 {
font-size : 14px; font-size : 15px;
} }
div.postContent p { div.postContent p {