stylesheet changes for the post box

This commit is contained in:
Ismail Cadaroski 2017-02-16 19:37:33 +01:00
parent 9d4465b4ae
commit 44b78ed443
1 changed files with 11 additions and 0 deletions

View File

@ -40,3 +40,14 @@ li {
border-left: 1px solid #bbb;
}
/* navigaton end */
/* comment section */
.post-box{
width: 815px;
padding: 20px;
margin-bottom: 4px;
background-color: #fff;
border-radius: 4px;
position: relative;
}