diff options
Diffstat (limited to 'phpBB/adm')
| -rw-r--r-- | phpBB/adm/style/acp_prune_forums.html | 2 | ||||
| -rw-r--r-- | phpBB/adm/style/admin.css | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_prune_forums.html b/phpBB/adm/style/acp_prune_forums.html index 22592f79c5..b6a9fac56a 100644 --- a/phpBB/adm/style/acp_prune_forums.html +++ b/phpBB/adm/style/acp_prune_forums.html @@ -25,7 +25,7 @@ </tr> <!-- BEGINELSE --> <tr> - <td class="row3" style="text-align: center;">{L_NO_PRUNE}</td> + <td colspan="3" class="row3" style="text-align: center;">{L_NO_PRUNE}</td> </tr> <!-- END pruned --> </tbody> diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index c1bac3d3c6..da00033931 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -18,6 +18,7 @@ html { font-size: 100%; height: 100%; margin-bottom: 1px; + background-color: #E4EDF0; } body { |
