headlines: align feed title in vfeed-mode to the right

This commit is contained in:
Andrew Dolgov
2005-11-27 17:57:40 +01:00
parent 0f172fff41
commit bd34c52822
2 changed files with 17 additions and 6 deletions
+7 -2
View File
@@ -710,17 +710,22 @@ span.contentPreview:hover {
color : #5050aa;
}
td.hlMarkedPic {
table.headlinesList td.hlMarkedPic {
width : 25px;
text-align : center;
}
table.headlinesList td.hlfeed {
text-align : right;
font-size : small;
}
td.hlSelectRow, td.hlUpdatePic {
width : 25px;
text-align : center;
}
td.hlUpdated {
table.headlinesList td.hlUpdated {
font-size : small;
color : gray;
text-align : right;