afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)
afuna ([personal profile] afuna) wrote in [site community profile] changelog2009-05-16 04:26 pm

[dw-free] Tweaks and suggestions for Core 2 Testing

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

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

Remove unneeded relative positioning (no-op in the current base layout, but
may interfere with some reasonably common CSS)

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/core2base/layout.s2
--------------------------------------------------------------------------------
diff -r 14014b7ce1e5 -r ff9a65c95f9a bin/upgrading/s2layers/core2base/layout.s2
--- a/bin/upgrading/s2layers/core2base/layout.s2	Sun May 17 00:22:27 2009 +0800
+++ b/bin/upgrading/s2layers/core2base/layout.s2	Sun May 17 00:25:55 2009 +0800
@@ -327,9 +327,6 @@ body.three-columns-right { padding-right
 	padding: 1em;
 }
 	
-#secondary { 
-	position: relative;
-}
 .one-column #secondary { width: $*sidebar_width; }
 .two-columns-left #secondary,
 .three-columns-sides #secondary { 
@@ -355,9 +352,6 @@ body.three-columns-right { padding-right
 
 #secondary > .inner:first-child {
 	padding: 1em;
-}
-#tertiary {
-	position: relative;
 }
 
 .one-column #tertiary { width: $*sidebar_width; }
--------------------------------------------------------------------------------