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

[dw-free] New Style: Hibiscus by branchandroot

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

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

Add one column split mode.

Patch by [personal profile] ninetydegrees.

Files modified:
  • cgi-bin/LJ/S2Theme/hibiscus.pm
--------------------------------------------------------------------------------
diff -r 9c6883e1539e -r 5836a8e9538f cgi-bin/LJ/S2Theme/hibiscus.pm
--- a/cgi-bin/LJ/S2Theme/hibiscus.pm	Tue May 01 12:29:12 2012 +0800
+++ b/cgi-bin/LJ/S2Theme/hibiscus.pm	Tue May 01 12:42:44 2012 +0800
@@ -2,7 +2,7 @@
 use base qw( LJ::S2Theme );
 use strict;
  
-sub layouts { ( "1" => "one-column", "2l" => "two-columns-left", "2r" => "two-columns-right", "3" => "three-columns-sides", "3r" => "three-columns-right", "3l" => "three-columns-left" ) }
+sub layouts { ( "1" => "one-column", "1s" => "one-column-split", "2l" => "two-columns-left", "2r" => "two-columns-right", "3" => "three-columns-sides", "3r" => "three-columns-right", "3l" => "three-columns-left" ) }
 sub layout_prop { "layout_type" }
  
 1;
--------------------------------------------------------------------------------