summaryrefslogtreecommitdiff
path: root/opml.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-02 14:58:51 +0100
committerAndrew Dolgov <[email protected]>2007-03-02 14:58:51 +0100
commit30f782a278a9f1f44402ea5ecf8efef1894b813c (patch)
treee6e3fcc7a9e02f94122ac5364ba75a33a451a426 /opml.css
parentd7c848d97bb30d668a987ebe2348ccd52d72c99f (diff)
opml fixes
Diffstat (limited to 'opml.css')
-rw-r--r--opml.css33
1 files changed, 6 insertions, 27 deletions
diff --git a/opml.css b/opml.css
index a061a73af..e6d7612b6 100644
--- a/opml.css
+++ b/opml.css
@@ -6,17 +6,12 @@ body {
}
h1 {
- font-size : 21pt;
+ font-size : 16pt;
font-weight : bold;
- padding : 10px 0px 10px 30px;
- color : black;
border-width : 0px 0px 1px 0px;
- border-color : #c0c0c0;
+ border-color : #88b0f0;
border-style : solid;
- background-color : white;
- background-image : url("images/vgrad_light.png");
- background-position : bottom left;
- background-repeat : repeat-x;
+ margin-top : 2em;
}
h2 {
@@ -42,24 +37,6 @@ a {
text-decoration : none;
}
-.button {
- font-family : tahoma, sans-serif;
- border : 1px solid #d0d0d0;
- background-image : url("images/button.png");
- background-position : top;
- background-repeat : repeat-x;
- background-color : white;
- color : black;
- padding : 2px 10px 2px 10px;
- font-size : small;
-}
-
-.button:hover {
- background : white;
- text-decoration : none;
- color : black;
-}
-
a {
color : black;
text-decoration : none;
@@ -75,4 +52,6 @@ ul {
padding : 10px;
}
-
+.insensitive {
+ color : gray;
+}