diff options
author | Cesar G <prototech91@gmail.com> | 2013-11-10 15:47:44 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-01-17 19:20:35 -0800 |
commit | aeb215a5c269ba7b6be540d06730b0ffce265c14 (patch) | |
tree | f7385c9b4991bb5664e318e46c944fd14cf96035 /phpBB/styles/prosilver/template/mcp_header.html | |
parent | 059880debfff8f50b2f5715a26840e450d80d1aa (diff) | |
download | forums-aeb215a5c269ba7b6be540d06730b0ffce265c14.tar forums-aeb215a5c269ba7b6be540d06730b0ffce265c14.tar.gz forums-aeb215a5c269ba7b6be540d06730b0ffce265c14.tar.bz2 forums-aeb215a5c269ba7b6be540d06730b0ffce265c14.tar.xz forums-aeb215a5c269ba7b6be540d06730b0ffce265c14.zip |
[ticket/11915] Move some of the #cp-main table rules to separate class.
PHPBB3-11915
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_header.html b/phpBB/styles/prosilver/template/mcp_header.html index e3efe49943..51f496605e 100644 --- a/phpBB/styles/prosilver/template/mcp_header.html +++ b/phpBB/styles/prosilver/template/mcp_header.html @@ -39,7 +39,7 @@ </div> </div> - <div id="cp-main" class="mcp-main"> + <div id="cp-main" class="mcp-main panel-container"> <!-- IF MESSAGE --> <div class="content"> <h2>{L_MESSAGE}</h2> |