summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-09 16:59:15 +0100
committerAndrew Dolgov <[email protected]>2007-08-09 16:59:15 +0100
commit24f46634ab6dd57a15ff78c69d3df7e278409177 (patch)
tree19f177608f82e717a9ef0267f2e26b18fd5e5310
parentd735ebd2d9389805a253c9618ea76c091c0b48bb (diff)
css tweaks, fix publ unset icon
-rw-r--r--images/pub_unset.pngbin447 -> 551 bytes
-rw-r--r--tt-rss.css7
2 files changed, 4 insertions, 3 deletions
diff --git a/images/pub_unset.png b/images/pub_unset.png
index d6db9c483..10faf2548 100644
--- a/images/pub_unset.png
+++ b/images/pub_unset.png
Binary files differ
diff --git a/tt-rss.css b/tt-rss.css
index ba27bb424..2f56d8d2b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -7,11 +7,12 @@ body {
}
blockquote {
- margin : 5px;
+ margin : 5px 5px 5px 5px;
border-width : 0px 0px 0px 4px;
- border-color : #f0f0f0;
+ border-color : #e0e0e0;
border-style : solid;
- padding : 2px 0px 2px 5px;
+ padding : 5px;
+ background-color : #f0f0f0;
}
div.postReply {