1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:15:56 +00:00

functionality updates

This commit is contained in:
Andrew Dolgov
2005-08-21 16:01:18 +01:00
parent d76a3b036c
commit a1a8a2be02
6 changed files with 209 additions and 135 deletions

View File

@@ -62,7 +62,10 @@ table.main td.toolbar {
table.main td.header {
font-size : 18pt;
background : #f0f0f0;
background-color : #f0f0f0;
background-image : url("header.png");
background-position : top left;
background-repeat : repeat-x;
height : 50px;
padding-left : 80px;
padding-top : 30px;
@@ -127,3 +130,7 @@ ul {
padding : 0px;
border : 1px solid #f0f0f0;
}
.invisible {
display : none;
}