1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 05:49:14 +00:00

cdm tweaks, misc fixes

This commit is contained in:
Andrew Dolgov
2007-01-26 06:36:19 +01:00
parent e4609ea9a0
commit c50e2b3004
5 changed files with 39 additions and 16 deletions

View File

@@ -806,6 +806,16 @@ div.cdmFooter {
padding-top : 5px;
}
div.cdmFooter img.markedPic {
width : 16px;
height : 16px;
float : right;
}
div.cdmHeader div.articleUpdated {
float : right;
}
div.cdmFooter input, div.cdmHeader input, div.cdmFooter img {
margin : 0px;
}
@@ -1416,3 +1426,4 @@ ul.headlineDropdownMenu ul li:hover {
background-color : #f0f0f0;
}