1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-29 18:11:28 +00:00

rework article note appearance

This commit is contained in:
Andrew Dolgov
2009-10-06 12:36:31 +04:00
parent c9efd838a9
commit db54143e88
2 changed files with 17 additions and 9 deletions

View File

@@ -71,8 +71,10 @@ div.postReply img.tagsPic {
}
div.articleNote div.articleNoteOps {
float : right;
text-align : center;
color : #9a8c59;
font-style : italic;
margin-top : 5px;
}
div.articleNote div.articleNoteOps a {
@@ -90,8 +92,12 @@ div.articleNote {
border-style : dashed;
border-color : #e7d796;
font-size : 8px;
margin-top : 5px;
margin-bottom : 5px;
margin-left : 5px;
float : right;
color : #9a8c59;
max-width : 150px;
text-align : justify;
}
div.postReply span.author {