1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-22 09:25:26 +00:00

cleanup OPML import interface

This commit is contained in:
Andrew Dolgov
2005-12-01 07:10:39 +01:00
parent d998a8a8e0
commit 4e9f5c2420
2 changed files with 48 additions and 17 deletions

View File

@@ -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;
}