1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-05 01:57:11 +00:00

change padding for prefsToolbar

This commit is contained in:
Andrew Dolgov
2005-09-07 11:55:09 +01:00
parent 13f832b327
commit 0eef53fe3c
2 changed files with 8 additions and 1 deletions

View File

@@ -25,6 +25,13 @@ table.main td.mainToolbar {
padding : 3px 25px 3px 10px;
}
table.main td.prefsToolbar {
border-width : 0px 0px 0px 0px;
border-style : solid;
border-color : #c0c0c0;
padding : 3px 25px 15px 10px;
}
table.main td.feeds {
width : 300px;
height : 100%;