Merge pull request #3919 from hanakin/ticket/12554

[ticket/12554] Fix blockquote overflow in lists

* hanakin/ticket/12554:
  [ticket/12554]Remove left margin when li
  [ticket/12554]Overide blockquote overflow in lists
This commit is contained in:
Andreas Fischer 2015-09-24 14:21:55 +02:00
commit a342517dfb

View file

@ -478,6 +478,11 @@ blockquote cite > div {
font-weight: normal;
}
.postbody .content li blockquote {
overflow: inherit;
margin-left: 0;
}
/* Code block */
.codebox {
padding: 3px;