reorder simple form ul to list vertically (fixes #8236) (#8322)

* reorder simple form ul to list vertically (fixes #8236)

* remove browser specific prefixes
This commit is contained in:
NecroTechno 2018-08-20 22:58:57 +01:00 committed by Eugen Rochko
parent 8ac5e651e1
commit 6a0d4d36ad
1 changed files with 2 additions and 3 deletions

View File

@ -154,9 +154,8 @@ code {
margin-bottom: 15px;
}
li {
float: left;
width: 50%;
ul {
columns: 2;
}
}