add nicer interface when subscribing from external source (for ff 2.0)
parent
07958ba138
commit
aa2122d46f
@ -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;
|
||||
}
|
Loading…
Reference in New Issue