1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-14 04:42:04 +02:00

[ticket/15927] Avoid using floats

PHPBB3-15927
This commit is contained in:
hanakin 2019-01-05 12:54:55 -05:00 committed by Marc Alexander
parent 8f0643a14c
commit 52ed8bfaa1
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -728,14 +728,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%;
}
}