diff options
author | Shibu Lijack <shibulijack@gmail.com> | 2012-04-02 16:15:55 +0530 |
---|---|---|
committer | Shibu Lijack <shibulijack@gmail.com> | 2012-04-02 16:15:55 +0530 |
commit | 3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0 (patch) | |
tree | 48197a8c18d2d5f0620287ee10312acf1478c020 /phpBB/styles/prosilver/template/mcp_warn_user.html | |
parent | 97ff7ee9d80ed04210242c5c902f05c583467513 (diff) | |
download | forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar.gz forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar.bz2 forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar.xz forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.zip |
[ticket/10734] Removed all the unnecessary corner classes
Removed the corner span classes from all the template and theme files.
PHPBB-10734
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_warn_user.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_warn_user.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_warn_user.html b/phpBB/styles/prosilver/template/mcp_warn_user.html index 6c326c8bc6..5e99c8d7e1 100644 --- a/phpBB/styles/prosilver/template/mcp_warn_user.html +++ b/phpBB/styles/prosilver/template/mcp_warn_user.html @@ -5,7 +5,7 @@ <h2>{L_WARN_USER}</h2> <div class="panel"> - <div class="inner"><span class="corners-top"><span></span></span> + <div class="inner"> <h3>{USERNAME_FULL}</h3> @@ -25,11 +25,11 @@ </div> </div> - <span class="corners-bottom"><span></span></span></div> + </div> </div> <div class="panel"> - <div class="inner"><span class="corners-top"><span></span></span> + <div class="inner"> <h3>{L_ADD_WARNING}</h3> <p>{L_ADD_WARNING_EXPLAIN}</p> @@ -45,7 +45,7 @@ <!-- ENDIF --> </fieldset> - <span class="corners-bottom"><span></span></span></div> + </div> </div> <fieldset class="submit-buttons"> |