mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00: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:
commit
a342517dfb
1 changed files with 5 additions and 0 deletions
|
@ -478,6 +478,11 @@ blockquote cite > div {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.postbody .content li blockquote {
|
||||||
|
overflow: inherit;
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Code block */
|
/* Code block */
|
||||||
.codebox {
|
.codebox {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue