diff options
| author | 3D-I <480857+3D-I@users.noreply.github.com> | 2019-12-25 00:06:15 +0100 |
|---|---|---|
| committer | 3D-I <480857+3D-I@users.noreply.github.com> | 2019-12-25 00:06:37 +0100 |
| commit | b1596ffecb834be2d10fd08b66a2b105d5481ed4 (patch) | |
| tree | 03b4584e47d5b34fd78e9d8f7fccf9cdfcb32367 /phpBB/adm/style/acp_main.html | |
| parent | b9fccc9fcef598ae62e0fbc33f3ad0da0e36f275 (diff) | |
| download | forums-b1596ffecb834be2d10fd08b66a2b105d5481ed4.tar forums-b1596ffecb834be2d10fd08b66a2b105d5481ed4.tar.gz forums-b1596ffecb834be2d10fd08b66a2b105d5481ed4.tar.bz2 forums-b1596ffecb834be2d10fd08b66a2b105d5481ed4.tar.xz forums-b1596ffecb834be2d10fd08b66a2b105d5481ed4.zip | |
[ticket/16221] Fix ACP statistics layout
Resolve conflicts
PHPBB3-16221
Diffstat (limited to 'phpBB/adm/style/acp_main.html')
| -rw-r--r-- | phpBB/adm/style/acp_main.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_main.html b/phpBB/adm/style/acp_main.html index 5416675200..b8d337cfd8 100644 --- a/phpBB/adm/style/acp_main.html +++ b/phpBB/adm/style/acp_main.html @@ -95,7 +95,7 @@ <!-- EVENT acp_main_notice_after --> <div class="lside"> - <table class="table1 zebra-table no-header" data-no-responsive-header="true"> + <table class="table2 zebra-table no-header" data-no-responsive-header="true"> <thead> <tr> <th>{{ lang('STATISTIC') }}</th> @@ -156,7 +156,7 @@ </tbody> </table> - <table class="table1 zebra-table no-header" data-no-responsive-header="true"> + <table class="table2 zebra-table no-header" data-no-responsive-header="true"> <thead> <tr> <th>{{ lang('STATISTIC') }}</th> |
