Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CSS - Removing vertical container borders

I'm trying to figure out where these 1px borders are being called in the CSS for:

http://ecbiz103.inmotionhosting.com/~jrbald5/

Underneath the post thumbnails on that page are two vertical border lines. When I debug through the Chrome developer tools, and "uncheck" the "clear:both" style in li_container1 div, they go away, but I can't find this anywhere in the actual CSS to edit out...

like image 936
alyx Avatar asked Apr 02 '26 17:04

alyx


1 Answers

They're coming from your background-image: url("images/main-bg.gif"); declaration in your ".li_container" class definition on line 206.

like image 184
Phil.Wheeler Avatar answered Apr 04 '26 09:04

Phil.Wheeler



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!