Sat, 05 Sep 2009 16:45:41 +0300, /Stanimir Stamenkov/:
Sat, 5 Sep 2009 06:17:55 -0700 (PDT), /JW 'Yawn' vanLohuizen/:

Walgreens.com displays the main section of their default page in a 1 inch column on the right side of the page. It may be the flash content.

I am using SM 1.1.8.

Any ideas?

Apply the following user style:

@-moz-document domain("walgreens.com") {
  #utility-bar, #content { clear: both; }
}

Actually make the above:

@-moz-document domain("walgreens.com") {
  #utility-bar, #content { clear: both; }
  #allergy-nav > ul > li > a,
  #allergy-nav > ul > li { clear: left; }
}

--
Stanimir
_______________________________________________
support-seamonkey mailing list
support-seamonkey@lists.mozilla.org
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to