mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13902] Increased CSS margin around quotes
PHPBB3-13902
This commit is contained in:
parent
1f772234f7
commit
3c0cbda289
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue