diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-11-01 08:23:43 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-01 08:23:43 +0100 |
commit | 930895f563ebdb985b35806ebeded392c1098b5d (patch) | |
tree | 47cf57c5367eb20defe381416eda9ac0c8a90534 /phpBB/adm/style | |
parent | 75e4fcd2e9dcec9360561473e6c051f9c04c444a (diff) | |
parent | 1a2e5f6ee6c85cb84976d97a3a2e2a2d7403ff28 (diff) | |
download | forums-930895f563ebdb985b35806ebeded392c1098b5d.tar forums-930895f563ebdb985b35806ebeded392c1098b5d.tar.gz forums-930895f563ebdb985b35806ebeded392c1098b5d.tar.bz2 forums-930895f563ebdb985b35806ebeded392c1098b5d.tar.xz forums-930895f563ebdb985b35806ebeded392c1098b5d.zip |
Merge pull request #5720 from hanakin/ticket/16188
[ticket/16188] fix acp responsive stats
Diffstat (limited to 'phpBB/adm/style')
-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 4f0a3312e4..d0f6583ce2 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -728,13 +728,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%; } |