mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-16 14:46:28 +02:00
[ticket/13902] Increased CSS margin around quotes
PHPBB3-13902
This commit is contained in:
@@ -460,7 +460,7 @@ blockquote {
|
|||||||
background: transparent none 6px 8px no-repeat;
|
background: transparent none 6px 8px no-repeat;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
font-size: 0.95em;
|
font-size: 0.95em;
|
||||||
margin: 0.5em 1px 0 25px;
|
margin: 1em 1px 1em 25px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
@@ -468,7 +468,7 @@ blockquote {
|
|||||||
blockquote blockquote {
|
blockquote blockquote {
|
||||||
/* Nested quotes */
|
/* Nested quotes */
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
margin: 0.5em 1px 0 15px;
|
margin: 1em 1px 1em 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote cite {
|
blockquote cite {
|
||||||
|
Reference in New Issue
Block a user