summaryrefslogtreecommitdiff
path: root/opml.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-25 14:55:21 +0100
committerAndrew Dolgov <[email protected]>2005-11-25 14:55:21 +0100
commit04f6df27b991f9811ab4ee1b79151f7c1667df36 (patch)
tree0b66d757a3e6d0e793c9dd24109aa1603b61e3b6 /opml.css
parentbc15240d8108842df7cdca1d280f27a9fd9c3335 (diff)
fix OPML import handling uncategorized feeds, misc OPML touch-ups
Diffstat (limited to 'opml.css')
-rw-r--r--opml.css22
1 files changed, 13 insertions, 9 deletions
diff --git a/opml.css b/opml.css
index 52d4a270f..de1742394 100644
--- a/opml.css
+++ b/opml.css
@@ -7,23 +7,27 @@ body {
h1 {
font-size : 21pt;
- background-color : #f0f0f0;
- background-image : url("images/header.png");
- background-position : top left;
- background-repeat : repeat-x;
- height : 50px;
- padding-left : 80px;
- padding-top : 30px;
font-weight : bold;
+ padding : 10px 0px 10px 30px;
color : black;
border-width : 0px 0px 1px 0px;
border-color : #c0c0c0;
border-style : solid;
+ background-color : white;
+ background-image : url("images/vgrad_light.png");
+ background-position : bottom left;
+ background-repeat : repeat-x;
+}
+div.opmlBody {
+ margin : 30px;
}
-div {
- margin : 30px;
+div.error {
+ background : #fff0f0;
+ border : 1px solid #c0c0c0;
+ padding : 5px;
+ font-size : x-small;
}
a {