diff options
| author | JoshyPHP <s9e.dev@gmail.com> | 2015-06-16 17:20:14 +0200 |
|---|---|---|
| committer | JoshyPHP <s9e.dev@gmail.com> | 2015-06-16 17:20:14 +0200 |
| commit | 4be0730898d44c2c1a5ac449eb6da27800b74484 (patch) | |
| tree | bb58bc477a96851417680464a0846074cbc08b30 | |
| parent | 08c7afedfa544d289da3880858df825144fa24e2 (diff) | |
| download | forums-4be0730898d44c2c1a5ac449eb6da27800b74484.tar forums-4be0730898d44c2c1a5ac449eb6da27800b74484.tar.gz forums-4be0730898d44c2c1a5ac449eb6da27800b74484.tar.bz2 forums-4be0730898d44c2c1a5ac449eb6da27800b74484.tar.xz forums-4be0730898d44c2c1a5ac449eb6da27800b74484.zip | |
[ticket/13946] Changed [list] margin to match [code]
PHPBB3-13946
| -rw-r--r-- | phpBB/styles/prosilver/theme/content.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index cfddf5df5b..3d2e445c37 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -383,7 +383,7 @@ dl.faq dt { } .content ul, .content ol { - margin: 1em 0 1.2em 3em; + margin: 0.8em 0 0.9em 3em; } .posthilit { @@ -429,7 +429,7 @@ dd .signature { } .signature ul, .signature ol { - margin: 1em 0 1.2em 3em; + margin: 0.8em 0 0.9em 3em; } /* Post noticies */ |
