Skip to content

Commit

Permalink
pure: Configure .post_content end/start floats for extended body
Browse files Browse the repository at this point in the history
in the rare case when a "body" field ends with with floated serendipity_image_right and "extended" starts with a floated serendipity_image_left to not mix them visually into one container
  • Loading branch information
ophian committed May 29, 2024
1 parent c82f67e commit ef15211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/pure/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,7 @@ nav.pager + .serendipity_blogpdf {
word-break: break-word;
}
.post_content {
clear: both;
line-height: 1.6;
width: 100%; }
.post_content blockquote {
Expand Down

0 comments on commit ef15211

Please sign in to comment.