1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

[ticket/10734] Removed unwanted span classes

Removed the corner and clear span classes

PHPBB-10734
This commit is contained in:
Shibu Lijack
2012-04-02 00:42:11 +05:30
parent a728b08e90
commit 03f5fde747
31 changed files with 99 additions and 99 deletions

View File

@@ -21,7 +21,7 @@
</dl>
<!-- END faq_block -->
</div>
<span class="clear"></span></div>
</div>
</div>
@@ -30,7 +30,7 @@
<!-- BEGIN faq_block -->
<div class="panel <!-- IF faq_block.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="inner">
<div class="content">
<h2>{faq_block.BLOCK_TITLE}</h2>
@@ -44,7 +44,7 @@
<!-- END faq_row -->
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
<!-- END faq_block -->