1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-30 09:51:28 +00:00

add a small box-shadow to postHeader

This commit is contained in:
Andrew Dolgov
2013-03-31 15:33:09 +04:00
parent b7a6e75408
commit 88d305f48b

View File

@@ -34,6 +34,7 @@ div.postReply div.postHeader {
border-style : solid;
border-color : #c0c0c0;
background : #f0f0f0;
box-shadow : 0px 0px 3px 0px #ccc;
padding : 5px;
color : #909090;
}