[dw-free] CSS Standardization: add .inner to .header on Archive Page
[commit: http://hg.dwscoalition.org/dw-free/rev/d876640023ca]
http://bugs.dwscoalition.org/show_bug.cgi?id=4337
Remove span from H3 on archive page.
Patch by
ninetydegrees.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4337
Remove span from H3 on archive page.
Patch by
Files modified:
- bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r ffe0893243fc -r d876640023ca bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2 Wed Mar 21 16:02:39 2012 +0800
+++ b/bin/upgrading/s2layers/core2.s2 Wed Mar 21 16:05:00 2012 +0800
@@ -5485,7 +5485,7 @@
<div class="inner">
<div class="header">
<div class="inner">
- <h3><span>$month_label</span></h3>
+ <h3>$month_label</h3>
</div><!-- header>inner -->
</div><!-- header -->
<div class="contents">
--------------------------------------------------------------------------------
