Add new css elememts for blog post listing template.
This commit is contained in:
parent
21ac4966d8
commit
09d39fc17a
@ -301,6 +301,29 @@ text-align: center;
|
|||||||
margin-right: auto;
|
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 {
|
.edit_box {
|
||||||
border-top: 6px dashed #D49086
|
border-top: 6px dashed #D49086
|
||||||
|
Loading…
x
Reference in New Issue
Block a user