theme: default: give itte-thread its own block context

because it may contain `float` and `clear` elements. Those will intefere
with our `float: left` sidebar.
master
Peter Cai 3 years ago
parent c1304581e6
commit 9ebcbd1d59
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F

@ -581,4 +581,7 @@ blockquote {
#itte-thread {
/* The Itte CSS overrides the margin. We override it back :) */
margin-right: 10px !important;
/* Give itte-thread its own block context */
/* it contains float elements and clear, which interferes with sidebar */
overflow: hidden;
}

Loading…
Cancel
Save