mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-16 13:44:12 +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:
@@ -5,7 +5,7 @@
|
||||
<form id="ucp" method="post" action="{S_UCP_ACTION}">
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
<div class="inner">
|
||||
|
||||
<!-- IF ERROR_MESSAGE --><p class="error">{ERROR_MESSAGE}</p><!-- ENDIF -->
|
||||
<!-- IF NOTIFICATION_MESSAGE --><p class="error">{NOTIFICATION_MESSAGE}</p><!-- ENDIF -->
|
||||
@@ -123,7 +123,7 @@
|
||||
</dl>
|
||||
</fieldset>
|
||||
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
{S_FORM_TOKEN}
|
||||
</div>
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user