Re: [rt.blitzed.org #187] odd gap has appeared in the middle of the page in IE
"Andy Smith via RT" <[email protected]>
| Newsgroups | gmane.network.irc.blitzed.web |
|---|---|
| Message-ID | <[email protected]> |
<URL: http://rt.blitzed.org:80/Ticket/Display.html?id=187 >
On Mon, Dec 22, 2003 at 05:28:14AM +0000, Andy Smith via RT wrote:
>
> <URL: http://rt.blitzed.org:80/Ticket/Display.html?id=187 >
>
> On Mon, Dec 22, 2003 at 01:18:42AM +0000, Andy Smith via RT wrote:
> > Here is a page with absolutely no content at all:
> >
> > http://blitzed.org/test/gap.php
>
> I am getting somewhere!
I have tracked it down to:
#content {
text-align: left;
background-color: #fff;
margin: 18px 0 30px 145px;
}
in css/blitzed.css.
I have now commented this out, and the site looks correct in both IE
and Galeon. Anyone see any problem with this?
Note that #content is defined again in css/skins/default.css:
#content {
float: left;
text-align: left;
clear: right;
background-color: #fff;
padding-top: 15px;
width: 493px;
}
What is supposed to happen when you define something again?