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-10-08 03:30 pm

[dw-nonfree] Second Teal (Modish) background image broken

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/1330756253f1]

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

Fix image URL; add min-height.

Patch by [personal profile] wyntarvox.

Files modified:
  • bin/upgrading/s2layers/modish/themes-local.s2
--------------------------------------------------------------------------------
diff -r f194db897bde -r 1330756253f1 bin/upgrading/s2layers/modish/themes-local.s2
--- a/bin/upgrading/s2layers/modish/themes-local.s2	Wed Oct 07 04:57:05 2009 +0000
+++ b/bin/upgrading/s2layers/modish/themes-local.s2	Thu Oct 08 15:30:01 2009 +0000
@@ -149,13 +149,14 @@ set image_background_header_position = "
 #to add second header background image
 function Page::print_custom_head() {
 
-  if ($*image_background_header_url == "$*STATDIR/modish/bluestrip.jpg") {
+  if ($*image_background_header_url == "modish/bluestrip.jpg") {
     print safe """
         <style>
         #header .inner { background: url('$*STATDIR/modish/whtleaves.jpg') top right no-repeat; 
         margin-right: -200px; 
         padding-right: 200px; 
-        padding-top: 1px; }
+        padding-top: 1px;
+        min-height: 75px; }
         </style>
     """;
   }
--------------------------------------------------------------------------------