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-08-01 12:04 pm

[dw-free] Drifting journal title wraps too early

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

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

Add limit to width, to avoid scrollbars on IE when the title is long/page is
narrow.

Patch by [personal profile] av8rmike.

Files modified:
  • bin/upgrading/s2layers/drifting/layout.s2
--------------------------------------------------------------------------------
diff -r 372629d590aa -r 9dd098af2f63 bin/upgrading/s2layers/drifting/layout.s2
--- a/bin/upgrading/s2layers/drifting/layout.s2	Sat Aug 01 11:34:04 2009 +0000
+++ b/bin/upgrading/s2layers/drifting/layout.s2	Sat Aug 01 12:03:33 2009 +0000
@@ -361,6 +361,7 @@ function print_stylesheet()
         background-repeat: no-repeat;
         height: 4.7em;
         float: left;
+        width: 60%;
     }
 
     .header-right {
--------------------------------------------------------------------------------