aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_header.html
diff options
context:
space:
mode:
authorShibu Lijack <shibulijack@gmail.com>2012-04-02 16:15:55 +0530
committerShibu Lijack <shibulijack@gmail.com>2012-04-02 16:15:55 +0530
commit3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0 (patch)
tree48197a8c18d2d5f0620287ee10312acf1478c020 /phpBB/styles/prosilver/template/ucp_header.html
parent97ff7ee9d80ed04210242c5c902f05c583467513 (diff)
downloadforums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar
forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar.gz
forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar.bz2
forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.tar.xz
forums-3ced1d2bfcee5ee4c0c62cae752d84c9cd4c9ea0.zip
[ticket/10734] Removed all the unnecessary corner classes
Removed the corner span classes from all the template and theme files. PHPBB-10734
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_header.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_header.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_header.html b/phpBB/styles/prosilver/template/ucp_header.html
index 4d008564c4..c5d58b8eaa 100644
--- a/phpBB/styles/prosilver/template/ucp_header.html
+++ b/phpBB/styles/prosilver/template/ucp_header.html
@@ -15,7 +15,7 @@
<!-- ENDIF -->
<div class="panel bg3">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<div style="width: 100%;">
@@ -63,7 +63,7 @@
<!-- IF .friends_online or .friends_offline -->
<div class="cp-mini">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<dl class="mini">
<dt>{L_FRIENDS}</dt>
@@ -77,13 +77,13 @@
<!-- END friends_offline -->
</dl>
- <span class="corners-bottom"><span></span></span></div>
+ </div>
</div>
<!-- ENDIF -->
<!-- IF S_SHOW_COLOUR_LEGEND -->
<div class="cp-mini">
- <div class="inner"><span class="corners-top"><span></span></span>
+ <div class="inner">
<dl class="mini">
<dt>{L_MESSAGE_COLOURS}</dt>
@@ -92,7 +92,7 @@
<!-- END pm_colour_info -->
</dl>
- <span class="corners-bottom"><span></span></span></div>
+ </div>
</div>
<!-- ENDIF -->