summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-29 00:04:36 +0400
committerAndrew Dolgov <[email protected]>2014-01-29 00:04:36 +0400
commitb4eff716b2d515a32d71813de872529d827df71d (patch)
tree2af2ba128370d1f48ef623b74d1db57dc0dfe7ed /css
parent14f3509f62be3cc4857cad9b676f610d49220c1d (diff)
reduce size of h1,2,3 elements inside article content
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css9
-rw-r--r--css/tt-rss.css9
2 files changed, 18 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index eb4a2243c..560c68fdd 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -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;
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 506780908..61c1db0d8 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -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;