1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-31 03:29:23 +02:00

[ticket/13902] Increased CSS margin around quotes

PHPBB3-13902
This commit is contained in:
JoshyPHP 2015-06-07 06:57:59 +02:00
parent 1f772234f7
commit 3c0cbda289

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 {