germanysbestkeptsecret / Wookmark-jQuery

A jQuery plugin to create a dynamic, multi-column layout.
MIT License
2.63k stars 759 forks source link

Is it possible to remove the white border from the tiles? #161

Closed Devon-Britton closed 10 years ago

Devon-Britton commented 10 years ago

Hi there.

I've noticed that there is a white border on all the tiles when using wookmark. I've set the padding to 0 but it's still there (very thin but I need it to not show at all).

I've attached a small example image.

My css..

tiles li {

        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        background-color: #4B4B4D;
    }

tiles li img {

    width: 100%;
    height: auto;
}

Any help would be greatly appreciated.

wookmark borders

Kind Regards, Devon Britton.

Sebobo commented 10 years ago

Hi,

I think it's the 1px border.