1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +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

@@ -36,7 +36,7 @@
<h2>{L_TITLE}</h2>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="inner">
<h3>{L_TITLE}</h3>
<p>{L_EXPLAIN}</p>
@@ -72,7 +72,7 @@
</dl>
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
<fieldset class="submit-buttons">
@@ -82,7 +82,7 @@
</fieldset>
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<div class="inner">
<h3>{L_UNBAN_TITLE}</h3>
<p>{L_UNBAN_EXPLAIN}</p>
@@ -107,7 +107,7 @@
</dl>
</fieldset>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
<fieldset class="submit-buttons">
@@ -119,7 +119,7 @@
<p><strong>{L_NO_BAN_CELL}</strong></p>
<span class="corners-bottom"><span></span></span></div>
</div>
</div>
<!-- ENDIF -->