summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-29 16:53:42 +0400
committerAndrew Dolgov <[email protected]>2014-01-29 16:53:42 +0400
commit013507bff4fc5f30e80b77335a042ccd6ae4e391 (patch)
tree60d3873e9b070c7ecd99d5a9a820bd748a6f7ac3 /css/tt-rss.css
parent7193e121b3ebc29a718f8102801f43eb6d5bb170 (diff)
apply heading style to h4
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css14
1 files changed, 12 insertions, 2 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index fdd4915ed..7207a7d54 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -99,7 +99,7 @@ h2 {
}
h3 {
- font-size : 12px;
+ font-size : 13px;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #ecf4ff;
@@ -110,6 +110,15 @@ h3 {
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 {
border-width : 0px 0px 1px 0px;
border-style : solid;
@@ -948,7 +957,8 @@ div.postContent h1 {
}
div.postContent h2,
-div.postContent h3 {
+div.postContent h3,
+div.postContent h4 {
font-size : 14px;
}