The following CSS adds up to bad calculations in Firefox and makes the bluemarine pages show an annoying horizontal scrollbar:

body {
  margin: 0;
  font: 76% Verdana, Arial, Helvetica, sans-serif;
}

#content {
  width: 100%;
}
#sidebar-left, #sidebar-right {
  width: 16em;
}

Comments

kaparo’s picture

Version: » 4.6.x-1.x-dev

Hi,

Same behaviour here too with the PHPtemplate Bluemarine. While it does not break the functionality, it breaks somehow the look and annoys.

Is there some fix available?

Thox’s picture

I'd suggest trying to change the font-size to something other than 76%.

kaparo’s picture

setting to 75% works fine. Should we submit this like a patch?

gordon’s picture

Project: Bluemarine » Drupal core
Version: 4.6.x-1.x-dev » 4.6.0
Component: Code » theme system

I used the sugestion above by using 75% and it seems to work. I am going to put this over to drupal as there is the same issue as cvs.

gordon’s picture

Version: 4.6.0 »
robin monks’s picture

I can not reproduce this.

I recommend it be marked as fixed.

Robin

drewjohnson’s picture

I'm having the same issue in IE. What css should I be editing?

Eglish’s picture

Version: » 4.6.3
magico’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)