minor css tweaks

This commit is contained in:
Andrew Dolgov 2014-01-27 19:51:31 +04:00
parent d728015d48
commit a3c6695a85
1 changed files with 2 additions and 4 deletions

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 {