1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-26 01:43:45 +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

@@ -5,11 +5,11 @@
<!-- BEGIN post_review_row -->
<!-- IF post_review_row.S_IGNORE_POST -->
<div class="post bg3 post-ignore">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="inner">
{post_review_row.L_IGNORE_POST}
<!-- ELSE -->
<div class="post <!-- IF post_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF post_review_row.ONLINE_STATUS --> online<!-- ENDIF -->">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="inner">
<!-- ENDIF -->
<div class="postbody" id="ppr{post_review_row.POST_ID}">
@@ -28,7 +28,7 @@
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
<!-- END post_review_row -->