Layout changes

Nov 12, 2011 09:37

If you use one of my layouts, you probably noticed those dark lines all over the place. To remove them, please go to your stylesheet/CSS and change the following

/* ------ MISC ------ */

.clear
{
height: 10px;
font-size: 0.01px;
}

to this one

/* ------ MISC ------ */

.clear {
display: none;
}.

I'm really sorry for the inconvenience! :/

!set-up-guide, layout

Previous post Next post
Up