1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 03:01:29 +00:00

make appearance of feed title/updated more similar across combined and normal mode

This commit is contained in:
Andrew Dolgov
2013-03-16 17:32:33 +04:00
parent e17e99fbcf
commit 23ac03ffa2

View File

@@ -22,6 +22,7 @@ div.cdmHeader > span {
div.cdmHeader span.updated {
color : gray;
font-weight : normal;
font-size : 11px;
}
div.cdmHeader input {
@@ -104,6 +105,7 @@ div.articleNote {
div.cdmHeader span.hlFeed {
float : right;
font-weight : normal;
font-style : italic;
}
div.cdmHeader {
@@ -130,4 +132,6 @@ div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
vertical-align : middle;
color : gray;
font-weight : normal;
font-style : italic;
font-size : 11px;
}