1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-15 20:45:55 +00:00

minor css tweaks

This commit is contained in:
Andrew Dolgov
2014-01-27 19:51:31 +04:00
parent d728015d48
commit a3c6695a85

View File

@@ -22,13 +22,11 @@ div.postReply {
}
div.postReply div.postHeader {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #eee;
background : white;
box-shadow : 0px 0px 3px 0px rgba(0,0,0,0.1);
box-shadow : 0px 1px 1px 0px rgba(0,0,0,0.1);
padding : 5px;
color : #909090;
background : #fafafa;
}
div.postReply div.postTitle {