]> git.wh0rd.org - tt-rss.git/blobdiff - css/cdm.css
increase content font size by 1px
[tt-rss.git] / css / cdm.css
index 6bb55375ea2fa5187dab02ecf82704aa80fc54da..91946bfcdba4abfe3555109051112271491fc168 100644 (file)
@@ -62,7 +62,7 @@ div.cdmIntermediate {
 div.cdmContentInner {
        margin : 10px;
        line-height : 1.5;
-       font-size : 15px;
+       font-size : 16px;
 }
 
 div.cdmContentInner img,
@@ -161,7 +161,7 @@ div.cdm.expandable.Unread div.cdmHeader a.title {
 }
 
 div.cdm.expandable.active div.cdmHeader a.title {
-       color : #4684ff;
+       color : #0088cc;
        font-size : 16px;
        font-weight : 600;
        text-rendering: optimizelegibility;
@@ -191,7 +191,7 @@ div.cdm.expanded.active {
 }
 
 div.cdm.expanded.active div.cdmHeader a.title {
-       color : #4684ff;
+       color : #0088cc;
 }
 
 div.cdm.expanded.Unread div.cdmHeader a.title {
@@ -211,6 +211,7 @@ div.cdm.active div.cdmContent {
 }
 
 span.cdmExcerpt {
+       white-space : nowrap;
        font-size : 11px;
        color : #999;
        font-weight : normal;
@@ -223,7 +224,7 @@ div.cdmContent div.postEnclosures {
 }
 
 div.cdmFeedTitle {
-       border-color : #4684ff;
+       border-color : #0088cc;
        border-width : 0px 0px 1px 0px;
        border-style : solid;
        padding : 5px 3px 5px 5px;
@@ -239,7 +240,7 @@ div.cdmFeedTitle a {
 }
 
 div.cdmFeedTitle a:hover {
-       color : #4684ff;
+       color : #0088cc;
 }
 
 div.cdmHeader span.hlFeed {
@@ -263,7 +264,7 @@ div.cdm .hlFeed a {
 }
 
 div.cdmContentInner p {
-       max-width : 650px;
+       /*max-width : 650px;*/
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
@@ -275,6 +276,7 @@ div.cdmContentInner iframe {
 }
 
 div.cdmHeader span.author {
+       white-space : nowrap;
        color : #555;
        font-size : 11px;
        font-weight : normal;
@@ -404,6 +406,6 @@ div.cdmFeedTitle a.catchup {
 }
 
 div.cdmFeedTitle a.catchup:hover {
-       color : #4684ff;
+       color : #0088cc;
 }