Add padding to post_reply element
This adds a little space around the each reply on a post. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -96,6 +96,10 @@ th {
|
|||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post_reply {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.post_content:after {
|
.post_content:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: table;
|
display: table;
|
||||||
|
|||||||
Reference in New Issue
Block a user