1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-11 10:05:19 +02:00

Merge pull request #3690 from s9e/ticket/13902

[ticket/13902] Increased CSS margin around quotes

* s9e/ticket/13902:
  [ticket/13902] Increased CSS margin around quotes
This commit is contained in:
Andreas Fischer 2015-06-08 15:13:42 +02:00
commit 04c9520c73

View File

@ -460,7 +460,7 @@ blockquote {
background: transparent none 6px 8px no-repeat;
border: 1px solid transparent;
font-size: 0.95em;
margin: 0.5em 1px 0 25px;
margin: 1em 1px 1em 25px;
overflow: hidden;
padding: 5px;
}
@ -468,7 +468,7 @@ blockquote {
blockquote blockquote {
/* Nested quotes */
font-size: 1em;
margin: 0.5em 1px 0 15px;
margin: 1em 1px 1em 15px;
}
blockquote cite {