diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_warn_front.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_warn_front.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_warn_front.html b/phpBB/styles/prosilver/template/mcp_warn_front.html index 1ede323720..5a332cf202 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_front.html +++ b/phpBB/styles/prosilver/template/mcp_warn_front.html @@ -33,7 +33,7 @@ <h3>{L_MOST_WARNINGS}</h3> <!-- IF .highest --> - <table class="table1 responsive mcp-warnings" cellspacing="0"> + <table class="table1" cellspacing="0"> <thead> <tr> <th class="name">{L_USERNAME}</th> @@ -67,7 +67,7 @@ <h3>{L_LATEST_WARNINGS}</h3> <!-- IF .latest --> - <table class="table1 responsive mcp-warnings" cellspacing="0"> + <table class="table1" cellspacing="0"> <thead> <tr> <th class="name">{L_USERNAME}</th> |
