mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/13946] Changed [list] margin to match [code]
PHPBB3-13946
This commit is contained in:
parent
08c7afedfa
commit
4be0730898
1 changed files with 2 additions and 2 deletions
|
@ -383,7 +383,7 @@ dl.faq dt {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content ul, .content ol {
|
.content ul, .content ol {
|
||||||
margin: 1em 0 1.2em 3em;
|
margin: 0.8em 0 0.9em 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.posthilit {
|
.posthilit {
|
||||||
|
@ -429,7 +429,7 @@ dd .signature {
|
||||||
}
|
}
|
||||||
|
|
||||||
.signature ul, .signature ol {
|
.signature ul, .signature ol {
|
||||||
margin: 1em 0 1.2em 3em;
|
margin: 0.8em 0 0.9em 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Post noticies */
|
/* Post noticies */
|
||||||
|
|
Loading…
Add table
Reference in a new issue