summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-29 20:25:51 +0300
committerAndrew Dolgov <[email protected]>2010-11-29 20:36:39 +0300
commit741b60909ffcf67475c5ea7f66c6e870584d2b59 (patch)
tree8cfa76e163d58b992f02edb94c844deedb5327dd /tt-rss.css
parent359866ab266a6339a00bf2a1320762fc857fc39f (diff)
tweak article notes
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css20
1 files changed, 2 insertions, 18 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 4f45e171e..d8b92e5ab 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -74,31 +74,15 @@ div.postReply img.tagsPic {
vertical-align : middle;
}
-div.articleNote div.articleNoteOps {
- text-align : center;
- color : #9a8c59;
- font-style : italic;
- margin-top : 5px;
-}
-
-div.articleNote div.articleNoteOps a {
- color : #9a8c59;
-}
-
-div.articleNote div.articleNoteOps a:hover {
- color : black;
-}
-
div.articleNote {
background-color : #fff7d5;
border-width : 1px;
padding : 5px;
border-style : dashed;
border-color : #e7d796;
- font-size : 8px;
- margin-bottom : 5px;
- margin-top : 5px;
+ font-size : 11px;
margin-left : 5px;
+ margin-top : 5px;
float : right;
color : #9a8c59;
max-width : 150px;