1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-17 22:21:28 +00:00

apply heading style to h4

This commit is contained in:
Andrew Dolgov
2014-01-29 16:53:42 +04:00
parent 7193e121b3
commit 013507bff4
2 changed files with 14 additions and 3 deletions

View File

@@ -66,7 +66,8 @@ div.cdmContentInner h1 {
} }
div.cdmContentInner h2, div.cdmContentInner h2,
div.cdmContentInner h3 { div.cdmContentInner h3,
div.cdmContentInner h4 {
font-size : 14px; font-size : 14px;
} }

View File

@@ -99,7 +99,7 @@ h2 {
} }
h3 { h3 {
font-size : 12px; font-size : 13px;
border-width : 0px 0px 1px 0px; border-width : 0px 0px 1px 0px;
border-style : solid; border-style : solid;
border-color : #ecf4ff; border-color : #ecf4ff;
@@ -110,6 +110,15 @@ h3 {
Helvetica, Arial, sans-serif; Helvetica, Arial, sans-serif;
} }
h4 {
font-size : 14px;
font-weight : 600;
text-rendering: optimizelegibility;
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
"Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
Helvetica, Arial, sans-serif;
}
hr { hr {
border-width : 0px 0px 1px 0px; border-width : 0px 0px 1px 0px;
border-style : solid; border-style : solid;
@@ -948,7 +957,8 @@ div.postContent h1 {
} }
div.postContent h2, div.postContent h2,
div.postContent h3 { div.postContent h3,
div.postContent h4 {
font-size : 14px; font-size : 14px;
} }