1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-17 15:11:40 +02:00

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

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;