1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

make feedlist use smaller font

This commit is contained in:
Andrew Dolgov
2005-08-26 04:41:45 +01:00
parent 126682c10d
commit d5caaae569
2 changed files with 11 additions and 0 deletions

View File

@@ -46,6 +46,10 @@ td.headlineToolbar {
padding-top : 10px;
}
table.feeds {
font-size : small;
}
table.feeds td.footer {
font-weight : bold;
border-width : 1px 0px 0px 0px;
@@ -257,6 +261,7 @@ table.prefFeedList tr.title td {
}
a.disabledButton {
font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-color : white;
color : #909090;
@@ -271,6 +276,7 @@ a.disabledButton:hover {
}
a.button {
font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
background-position : top;
@@ -288,6 +294,7 @@ a.button:hover {
}
a.buttonWarn {
font-family : tahoma, sans-serif;
border : 1px solid #d0d0d0;
background-image : url("images/button.png");
background-position : top;