From 624a59aa2e108ef3bcbad7732a368bc8358ea2d7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 19 Nov 2005 20:15:17 +0100 Subject: small fonts in infobox --- tt-rss.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 1a3e2031b..5b50b6f78 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -590,6 +590,11 @@ table.innerLoginForm td { border : 1px solid #c0c0c0; padding-bottom : 10px; display : none; + font-size : small; +} + +div.infoBoxContents td { + font-size : small; } div.small, p.small { -- cgit v1.2.3