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
Comment #1
kaparo commentedHi,
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?
Comment #2
Thox commentedI'd suggest trying to change the font-size to something other than 76%.
Comment #3
kaparo commentedsetting to 75% works fine. Should we submit this like a patch?
Comment #4
gordon commentedI 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.
Comment #5
gordon commentedComment #6
robin monks commentedI can not reproduce this.
I recommend it be marked as fixed.
Robin
Comment #7
drewjohnson commentedI'm having the same issue in IE. What css should I be editing?
Comment #8
Eglish commentedscrollbar in Firefox 1.0.7 on pages with Drupal 4.6.3 default install:
http://localhost/?q=node/add/page
http://localhost/?q=node/add/story
http://localhost/?q=admin
http://localhost/?q=admin/node
Comment #9
magico commentedComment #10
(not verified) commented