mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-24 17:22:55 +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 @@
|
||||
<h2>{L_WARN_USER}</h2>
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
<div class="inner">
|
||||
|
||||
<h3>{L_SELECT_USER}</h3>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</dl>
|
||||
</fieldset>
|
||||
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<fieldset class="submit-buttons">
|
||||
@@ -28,7 +28,7 @@
|
||||
</form>
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
<div class="inner">
|
||||
|
||||
<h3>{L_MOST_WARNINGS}</h3>
|
||||
|
||||
@@ -58,11 +58,11 @@
|
||||
<p><strong>{L_WARNINGS_ZERO_TOTAL}</strong></p>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel">
|
||||
<div class="inner"><span class="corners-top"><span></span></span>
|
||||
<div class="inner">
|
||||
|
||||
<h3>{L_LATEST_WARNINGS}</h3>
|
||||
|
||||
@@ -91,7 +91,7 @@
|
||||
<p><strong>{L_WARNINGS_ZERO_TOTAL}</strong></p>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<span class="corners-bottom"><span></span></span></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- INCLUDE mcp_footer.html -->
|
||||
|
Reference in New Issue
Block a user