summaryrefslogtreecommitdiff
path: root/quicksub.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-22 17:30:37 +0100
committerAndrew Dolgov <[email protected]>2009-01-22 17:30:37 +0100
commit6906f145918586c2f2c453d83857f2442df9b94a (patch)
tree44b8cd79b4ea2ce3110fb2e5eb6610a85edd7cf7 /quicksub.css
parent9e97b64e48a03e14ed46961af8fe45585d908c3e (diff)
pref-feeds: rework external subscription notice
Diffstat (limited to 'quicksub.css')
-rw-r--r--quicksub.css51
1 files changed, 0 insertions, 51 deletions
diff --git a/quicksub.css b/quicksub.css
deleted file mode 100644
index 7b85211b7..000000000
--- a/quicksub.css
+++ /dev/null
@@ -1,51 +0,0 @@
-body {
- margin : 1em;
-}
-
-h1 {
- font-size : 14pt;
- font-weight : bold;
-}
-
-a {
- color : #4684ff;
- text-decoration : none;
-}
-
-a:hover {
- color : black;
-}
-
-img.logo {
- float : right;
-}
-
-div.content {
- padding : 1em;
- /* border : 1px solid #88b0ff; */
-}
-
-div.notice {
- background : #ffffff;
- border : 1px solid #88b0f0;
- width : 50%;
- padding : 5px;
- margin : 0px 0px 5px 0px;
- font-size : 9pt;
-}
-
-div.warning {
- background : #fff7d5;
- border : 1px solid #d7c47a;
- font-size : 9pt;
- width : 50%;
- padding : 5px;
- margin : 0px 0px 5px 0px;
-}
-
-
-div.warning img, div.notice img {
- vertical-align : middle;
- padding : 5px;
-}
-