fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-03-21 08:01 am

[dw-free] CSS Standardization: add .inner to .header on Archive Page

[commit: http://hg.dwscoalition.org/dw-free/rev/ffe0893243fc]

http://bugs.dwscoalition.org/show_bug.cgi?id=4337

Add .inner to .header on Archive Page.

Patch by [personal profile] ninetydegrees.

Files modified:
  • bin/upgrading/s2layers/core2.s2
--------------------------------------------------------------------------------
diff -r 56c1742f02b6 -r ffe0893243fc bin/upgrading/s2layers/core2.s2
--- a/bin/upgrading/s2layers/core2.s2	Wed Mar 21 14:28:33 2012 +0800
+++ b/bin/upgrading/s2layers/core2.s2	Wed Mar 21 16:02:39 2012 +0800
@@ -5484,7 +5484,9 @@
         <div class="month">
             <div class="inner">
                 <div class="header">
-                    <h3><span>$month_label</span></h3>
+                    <div class="inner">
+                        <h3><span>$month_label</span></h3>
+                    </div><!-- header>inner -->
                 </div><!-- header -->
                 <div class="contents">
                     <div class="inner">
--------------------------------------------------------------------------------