Active
Project:
FriendsElectric
Version:
4.7.x-1.x-dev
Component:
Browser bugs
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Sep 2006 at 13:52 UTC
Updated:
12 May 2007 at 17:13 UTC
I had a problem with the Mission Statement box extending too far down. It actually included the title of the first content item into the Mission Statement box.
My friend Tomcat76 fixed it with this CSS:
#mission {
background: #e7f0f8 url(mission-top-left.png) no-repeat 0% 0%;
<b>border: solid 1px #FFF </b>
}
Comments
Comment #1
tain commentedOops. Here it is without the stray bold tag:
Comment #2
tain commented(fixed project entry)
Why doesn't Opera remember the project values? Argh.
Comment #3
tain commented(fixed project entry)
Why doesn't Opera remember the project values? Argh.
Comment #4
tain commentedsigh.
Comment #5
tain commentedTomcat76 found a better fix that allows for changes to colors and such.
In page.tpl.php, change this section
to this:
Comment #6
lenkkivihko commentedFixed the issue for me. Thanks.