mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 20:38:52 +00:00
[ticket/15927] Avoid using floats
PHPBB3-15927
This commit is contained in:
parent
8f0643a14c
commit
52ed8bfaa1
1 changed files with 2 additions and 6 deletions
|
@ -728,14 +728,10 @@ td {
|
||||||
border-collapse: separate;
|
border-collapse: separate;
|
||||||
}
|
}
|
||||||
|
|
||||||
.lside .table1 {
|
|
||||||
float: left;
|
|
||||||
clear: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) {
|
@media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) {
|
||||||
.lside .table1 {
|
.lside .table1 {
|
||||||
width: 50%;
|
display: inline-table;
|
||||||
|
width: 49.7%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue