diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-11-01 08:23:48 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-01 08:23:48 +0100 |
commit | 745d1a957ac9b1e6d2ee5d97a475354365385cc0 (patch) | |
tree | 5fdc2b7ecb3b9c2aaf33a6b4768dd1d49c00b82c /phpBB/adm | |
parent | Merge branch '3.3.x' (diff) | |
parent | Merge pull request #5720 from hanakin/ticket/16188 (diff) | |
download | phpbb-745d1a957ac9b1e6d2ee5d97a475354365385cc0.tar.gz phpbb-745d1a957ac9b1e6d2ee5d97a475354365385cc0.tar.bz2 phpbb-745d1a957ac9b1e6d2ee5d97a475354365385cc0.zip |
Merge branch '3.3.x'
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/admin.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index 82062f981a..a81cbe97cc 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -755,13 +755,6 @@ td { border-collapse: separate; } -@media only screen and (min-width: 1100px), only screen and (min-device-width: 1100px) { - .lside .table1 { - display: inline-table; - width: 49.7%; - } -} - .tabled { width: 25%; } |