add nicer interface when subscribing from external source (for ff 2.0)

This commit is contained in:
Andrew Dolgov
2006-10-31 09:37:40 +01:00
parent 07958ba138
commit aa2122d46f
2 changed files with 46 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
body {
margin : 1em;
}
h1 {
font-size : 14pt;
font-weight : bold;
}
a {
color : #4684ff;
text-decoration : none;
}
a:hover {
color : black;
}
img.logo {
float : right;
}