1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 22:19:14 +00:00

code cleanup

This commit is contained in:
Andrew Dolgov
2010-11-16 12:23:06 +03:00
parent 102cfe73c6
commit 9c99281f20
8 changed files with 169 additions and 506 deletions

View File

@@ -211,22 +211,6 @@ input.editbox {
cursor : pointer;
}
#dispSwitch {
font-size : 12px;
font-family : "Lucida Grande", Arial, sans-serif;
text-align : right;
float : right;
margin : 5px 5px 0px 0px;
}
#dispSwitch a {
color : gray;
}
#dispSwitch a:hover {
color : #4684ff;
}
.even.Unread.Selected, .even.Unread.Selected td {
background-color : #fff7d5;
font-weight : bold;
@@ -1519,3 +1503,9 @@ img.feedIcon {
max-width : 16px;
max-height : 16px;
}
div#feedlistLoading {
text-align : center;
padding : 5px;
color : gray;
}