mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
fix ordered list display in forum rules - #14785
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9415 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9d3d63181f
commit
80c597fadf
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ div.rules {
|
|||
font-size: 1.1em;
|
||||
}
|
||||
|
||||
div.rules ul {
|
||||
div.rules ul, div.rules ol {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue