Add post content floating if after photo

This commit is contained in:
Brian Miyaji
2016-04-13 15:39:58 +10:00
parent 2044a98a6a
commit c2e8f4c945

View File

@@ -92,6 +92,11 @@
width: 1px;
}
/* Post Content */
.sp-post-content {
clear: both;
}
/* Pagination */
.sp-table-wrapper .dataTables_paginate {
text-align: center;
@@ -445,4 +450,8 @@
.sp-template-logo + .sp-post-content {
clear: left;
}
.sp-template-photo + .sp-post-content {
clear: none;
}
}