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:
parent
8f0643a14c
commit
52ed8bfaa1
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user