diff options
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/admin.css | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index dafe9144d6..4f0a3312e4 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -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%; } } |