diff options
| author | Shibu Lijack <shibulijack@gmail.com> | 2012-04-02 00:42:11 +0530 |
|---|---|---|
| committer | Shibu Lijack <shibulijack@gmail.com> | 2012-04-02 00:42:11 +0530 |
| commit | 03f5fde7476797ff06b9bdabcb5d56730180c628 (patch) | |
| tree | 8e24baf35aebd0aa1402c57879d754697c71a51c /phpBB/styles/prosilver/template/posting_topic_review.html | |
| parent | a728b08e9056473f19906f93f38339b9eb8f2ffc (diff) | |
| download | forums-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_topic_review.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_topic_review.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/posting_topic_review.html b/phpBB/styles/prosilver/template/posting_topic_review.html index 1c4b67044d..5e7b36c526 100644 --- a/phpBB/styles/prosilver/template/posting_topic_review.html +++ b/phpBB/styles/prosilver/template/posting_topic_review.html @@ -14,11 +14,11 @@ <!-- IF topic_review_row.S_IGNORE_POST --> <div class="post bg3 post-ignore"> - <div class="inner"><span class="corners-top"><span></span></span> + <div class="inner"> {topic_review_row.L_IGNORE_POST} <!-- ELSE --> <div class="post <!-- IF topic_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF topic_review_row.POST_ID == REPORTED_POST_ID --> reported<!-- ENDIF -->"> - <div class="inner"><span class="corners-top"><span></span></span> + <div class="inner"> <!-- ENDIF --> <div class="postbody" id="pr{topic_review_row.POST_ID}"> @@ -45,7 +45,7 @@ <div id="message_{topic_review_row.POST_ID}" style="display: none;">{topic_review_row.DECODED_MESSAGE}</div> <!-- ENDIF --> </div> - <span class="corners-bottom"><span></span></span></div> + </div> </div> <!-- END topic_review_row --> </div> |
