summaryrefslogtreecommitdiff
path: root/quicksub.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-10-31 09:37:40 +0100
committerAndrew Dolgov <[email protected]>2006-10-31 09:37:40 +0100
commitaa2122d46f61efcb4c2c5cf6c76928890278cce1 (patch)
treef4c1e8c6914d445a8e37dd7b83bf6e97d5bf3754 /quicksub.css
parent07958ba138facf5623558bf6c03f8cdb7cc79f9a (diff)
add nicer interface when subscribing from external source (for ff 2.0)
Diffstat (limited to 'quicksub.css')
-rw-r--r--quicksub.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/quicksub.css b/quicksub.css
new file mode 100644
index 000000000..931371dca
--- /dev/null
+++ b/quicksub.css
@@ -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;
+}