From 4e9f5c242047f215b23a4f2fd2d488d1dead70d3 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 1 Dec 2005 07:10:39 +0100 Subject: cleanup OPML import interface --- opml.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'opml.css') diff --git a/opml.css b/opml.css index de1742394..89f08d0ff 100644 --- a/opml.css +++ b/opml.css @@ -52,3 +52,19 @@ a { color : black; } +a { + color : black; + text-decoration : none; +} + +a:hover { + color : #5050aa; +} + +ul { + list-style-type : none; + margin : 0px; + padding : 10px; +} + + -- cgit v1.2.3