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/ucp_pm_viewmessage.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/ucp_pm_viewmessage.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/ucp_pm_viewmessage.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html index 5411fda572..2e7a7c4ac9 100644 --- a/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html +++ b/phpBB/styles/prosilver/template/ucp_pm_viewmessage.html @@ -2,7 +2,7 @@ <!-- INCLUDE ucp_pm_message_header.html --> - <span class="corners-bottom"><span></span></span></div> + </div> </div> @@ -15,7 +15,7 @@ <div id="post-{MESSAGE_ID}" class="post pm<!-- IF S_POST_UNAPPROVED or S_POST_REPORTED --> reported<!-- ENDIF --><!-- IF S_ONLINE --> online<!-- ENDIF -->"> -<div class="inner"><span class="corners-top"><span></span></span> +<div class="inner"> <div class="postbody"> @@ -96,7 +96,7 @@ <div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div> - <span class="corners-bottom"><span></span></span></div> + </div> </div> <!-- IF S_VIEW_MESSAGE --> |
