1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

opml/db updater tweaks

This commit is contained in:
Andrew Dolgov
2007-03-02 15:08:00 +01:00
parent 75b206cb88
commit ef59e6e85f
6 changed files with 40 additions and 70 deletions

View File

@@ -1,3 +1,8 @@
body {
margin : 2em;
padding : 0em;
}
p.warning {
color : red;
}
@@ -9,3 +14,17 @@ p.query {
p.insensitive {
color : gray;
}
.floatingLogo {
float : right;
}
a {
color : #4684ff;
text-decoration : none;
}
a:hover {
color : black;
}