1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-23 00:32:57 +02:00

[ticket/10734] Removed all the unnecessary corner classes

Removed the corner span classes from all the template and theme files.

PHPBB-10734
This commit is contained in:
Shibu Lijack
2012-04-02 16:15:55 +05:30
parent 97ff7ee9d8
commit 3ced1d2bfc
50 changed files with 167 additions and 228 deletions

View File

@@ -8,7 +8,7 @@
<h2>{L_EXPORT_AS_CSV}</h2>
<form id="viewfolder" method="post" action="{S_PM_ACTION}">
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="inner">
<h3>{L_OPTIONS}</h3>
<fieldset>
<dl>
@@ -20,7 +20,7 @@
<dd><input class="inputbox" type="text" id="enclosure" name="enclosure" value="&#034;" /></dd>
</dl>
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
<fieldset class="submit-buttons">
<input type="hidden" name="export_option" value="CSV" />
@@ -110,7 +110,7 @@
</ul>
<!-- ENDIF -->
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
<!-- IF FOLDER_CUR_MESSAGES neq 0 -->