aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_attach_body.html
diff options
context:
space:
mode:
authorShibu Lijack <shibulijack@gmail.com>2012-04-02 00:42:11 +0530
committerShibu Lijack <shibulijack@gmail.com>2012-04-02 00:42:11 +0530
commit03f5fde7476797ff06b9bdabcb5d56730180c628 (patch)
tree8e24baf35aebd0aa1402c57879d754697c71a51c /phpBB/styles/prosilver/template/posting_attach_body.html
parenta728b08e9056473f19906f93f38339b9eb8f2ffc (diff)
downloadforums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar
forums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar.gz
forums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar.bz2
forums-03f5fde7476797ff06b9bdabcb5d56730180c628.tar.xz
forums-03f5fde7476797ff06b9bdabcb5d56730180c628.zip
[ticket/10734] Removed unwanted span classes
Removed the corner and clear span classes PHPBB-10734
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_attach_body.html')
-rw-r--r--phpBB/styles/prosilver/template/posting_attach_body.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html
index d39405487d..162b0b5d4e 100644
--- a/phpBB/styles/prosilver/template/posting_attach_body.html
+++ b/phpBB/styles/prosilver/template/posting_attach_body.html
@@ -1,5 +1,5 @@
<div class="panel bg3" id="attach-panel">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<p>{L_ADD_ATTACHMENT_EXPLAIN}</p>
@@ -17,5 +17,5 @@
</dl>
</fieldset>
- <span class="corners-bottom"><span></span></span></div>
+ </div>
</div>