With firefox 2.0 I get a horizontal scrollbar with the fluid version on all pages, although the content fits in the page.
Screenshot attached

CommentFileSizeAuthor
bluebreeze_screenshot.jpg61.32 KBscroogie

Comments

Sergio González’s picture

This patch solve the problem:

--- style.css   2006-11-05 02:03:24.000000000 +0100
+++ style.css.new   2006-11-10 01:56:37.000000000 +0100
@@ -175,7 +175,6 @@

 #logo-title {
   position: relative;
-  width: 99%;
   overflow: visible;
   float: left;
   height: 91px;
scroogie’s picture

Status: Active » Needs review

thanks, will try it later, just setting status to patch

Frando’s picture

Status: Needs review » Fixed

Thanks Sergio, your patch seems to work, applied it to HEAD, will be ported to 4.7!

Anonymous’s picture

Status: Fixed » Closed (fixed)