Closed (duplicate)
Project:
BlueBreeze
Version:
5.x-1.2
Component:
CSS
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2007 at 11:40 UTC
Updated:
2 Jan 2008 at 10:02 UTC
Hello!
I'm using Bluebreete-1.2 on my Drupal 5.1 setup. When viewing an Issue, the Issue summary box slips off to the right - under the right sidebar.
Browser Firefox 2
Comments
Comment #1
eddiepang commentedHello,
This can be fixed by editing themes/bluebreeze/style.css. You need to remove
float: leftfrom the CSS statements for ".node .submitted" (on line 768).I don't know much CSS, so I'm not sure if this breaks anything.
Comment #2
eddiepang commentedThis is a duplicate of "Node displaying incorrectly with audio.module" (http://drupal.org/node/116705)