Add new css elememts for blog post listing template.

This commit is contained in:
Aditi 2013-08-05 17:40:12 +05:30
parent 21ac4966d8
commit 09d39fc17a

View File

@ -301,6 +301,29 @@ text-align: center;
margin-right: auto;
}
.b_listing_title {
height: 30px;
width: 100%;
padding: 0px;
background-color: #86D4B1;
text-transform:capitalize;
border-radius: 4px;
}
.b_list_owner {
height: 100px;
width: 100%;
padding: 0em;
margin-right: auto;
background-color: #DDA0DD;
border-radius: 4px;
}
.b_list_des {
text-align:justify;
}
.edit_box {
border-top: 6px dashed #D49086