From 0eef53fe3cd09da8db1581b1e0853e43fd952179 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 Sep 2005 11:55:09 +0100 Subject: change padding for prefsToolbar --- tt-rss.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index f1a59898f..4e316e489 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -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%; -- cgit v1.2.3