1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 03:11:27 +00:00

reduce size of h1,2,3 elements inside article content

This commit is contained in:
Andrew Dolgov
2014-01-29 00:04:36 +04:00
parent 14f3509f62
commit b4eff716b2
2 changed files with 18 additions and 0 deletions

View File

@@ -61,6 +61,15 @@ div.cdmContentInner img {
height : auto;
}
div.cdmContentInner h1 {
font-size : 16px;
}
div.cdmContentInner h2,
div.cdmContentInner h3 {
font-size : 14px;
}
div.cdmFooter {
padding : 5px;
font-weight : normal;

View File

@@ -943,6 +943,15 @@ span.collapseBtn {
cursor : pointer;
}
div.postContent h1 {
font-size : 16px;
}
div.postContent h2,
div.postContent h3 {
font-size : 14px;
}
div.postContent p {
max-width : 650px;
-webkit-hyphens: auto;