summaryrefslogtreecommitdiff
path: root/opml.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-12-01 07:10:39 +0100
committerAndrew Dolgov <[email protected]>2005-12-01 07:10:39 +0100
commit4e9f5c242047f215b23a4f2fd2d488d1dead70d3 (patch)
tree9c4704dec7c3ec03a5143ec46f6b84c0128a1c5e /opml.css
parentd998a8a8e0506958a3249234075aca79d590ee5d (diff)
cleanup OPML import interface
Diffstat (limited to 'opml.css')
-rw-r--r--opml.css16
1 files changed, 16 insertions, 0 deletions
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;
+}
+
+