Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: paragraph breaks bust loose

@fel64

Member

That’s because you have these seriously weird rules:

* > .box p {style.css (line 683)
margin-top:-100px;
}

You have them twice, too. Looks like you copied the same code from somewhere twice. Right at the end of the file.

I recommend that you make a _single_ change, test, repeat. Then you know what’s responsible when stuff breaks.

[Edit] Yeah. Get rid of the hack. That will fix it.

Ardentfrost recommended this alternative hack a while back. http://ardentfrost.rayd.org/?p=136

Skip to toolbar