From 717f5e645b47a444bb0a2f524658e36ad1a4b74f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 18 Nov 2005 13:02:38 +0100 Subject: user details for user manager --- tt-rss.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'tt-rss.css') diff --git a/tt-rss.css b/tt-rss.css index 3fb4961b0..ca591c50e 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -181,7 +181,7 @@ ul.feedList li.feed { display : block; } -ul.feedList img { +ul.feedList img, img.feedIcon { margin : 0px 3px 0px 0px; width : 16px; height : 16px; @@ -411,7 +411,7 @@ a.helpLink:hover { color : #5050aa; } -div.helpResponse { +div.helpResponse, div.userDetails { margin : 10px; background-image : url("images/vgrad_light_rev2.png"); background-position : top left; @@ -420,17 +420,16 @@ div.helpResponse { border : 1px solid #f0f0f0; } -div.helpResponse h1 { +div.helpResponse h1, div.userDetails h1 { border-width : 0px 0px 1px 0px; border-style : solid; border-color : #c0c0c0; font-size : 16pt; } -div.helpResponse h2 { +div.helpResponse h2, div.userDetails h2 { border-width : 0px 0px 0px 0px; font-size : 12pt; - } pre { -- cgit v1.2.3