summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-01-25 11:28:32 +0400
committerAndrew Dolgov <[email protected]>2014-01-25 11:28:32 +0400
commitef8e54a16dc0888b6db886a132b10617e3f1c5bf (patch)
tree4b47f3ce230e97ec21796ccc599f5eb6750fbe60 /css/cdm.css
parent1d3cbe31c317397b90afa3bcbf79e394fa4667d8 (diff)
increase headline title font sizes a bit
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css6
1 files changed, 4 insertions, 2 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 70f7f6ad9..c6e309d27 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -117,6 +117,7 @@ div.cdm.expandable.active div.cdmHeader span.titleWrap {
div.cdm.expandable div.cdmHeader a.title {
font-weight : bold;
color : #555;
+ font-size : 14px;
-webkit-transition : color 0.2s;
transition : color 0.2s;
}
@@ -127,6 +128,7 @@ div.cdm.expandable.Unread div.cdmHeader a.title {
div.cdm.expandable.active div.cdmHeader a.title {
color : #4684ff;
+ font-size : 16px;
}
div.cdm.expanded div.cdmHeader {
@@ -134,7 +136,7 @@ div.cdm.expanded div.cdmHeader {
}
div.cdm.expanded div.cdmHeader a.title {
- font-size : 14px;
+ font-size : 16px;
color : #999;
font-weight : bold;
-webkit-transition : color 0.2s;
@@ -271,7 +273,7 @@ div#floatingTitle span.author {
}
div#floatingTitle a.title {
- font-size : 14px;
+ font-size : 16px;
color : #999;
font-weight : bold;
-webkit-transition : color 0.2s;