mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-07-26 11:49 pm

[dw-free] Drifting journal title wraps too early

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

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

Don't limit header width in Drifting layout.

Patch by [personal profile] afuna.

Files modified:
  • bin/upgrading/s2layers/drifting/layout.s2
--------------------------------------------------------------------------------
diff -r bea7fb029067 -r 089a5ee6b03d bin/upgrading/s2layers/drifting/layout.s2
--- a/bin/upgrading/s2layers/drifting/layout.s2	Sun Jul 26 23:45:48 2009 +0000
+++ b/bin/upgrading/s2layers/drifting/layout.s2	Sun Jul 26 23:49:39 2009 +0000
@@ -353,9 +353,9 @@ function print_stylesheet()
 
     .header-left {
         background-image: url($*image_header_left);
+        background-repeat: no-repeat;
         height: 4.7em;
         float: left;
-        width: 239px;
     }
 
     .header-right {
--------------------------------------------------------------------------------