[ticket/15927] Avoid using floats

PHPBB3-15927
This commit is contained in:
hanakin 2019-01-05 12:54:55 -05:00
parent d14b1b3906
commit 1c4f1fb711

View file

@ -755,14 +755,10 @@ td {
border-collapse: separate;
}
.lside .table1 {
float: left;
clear: none;
}
@media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) {
.lside .table1 {
width: 50%;
display: inline-table;
width: 49.7%;
}
}