1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-27 12:05:06 +02:00

fix width of headlinesList

This commit is contained in:
Andrew Dolgov 2007-04-29 12:41:33 +01:00
parent 46c1d541c4
commit 283dee70c8
2 changed files with 5 additions and 0 deletions

View File

@ -15,3 +15,4 @@ div.headlines_cdm {
overflow : auto;
}

View File

@ -740,6 +740,10 @@ span.contentPreview:hover {
color : #4684ff;
}
table.headlinesList {
width : 100%;
}
table.headlinesList td.hlMarkedPic {
width : 25px;
text-align : center;