Twitter bootstrap – css "background-image" shows unwanted border, img "src" does not
Getting started with Twitter Bootstrap, I ran into a strange problem of which I can't figure out the cause. When I render an image using: <img class="img-rounded" id="logo" /> and in CSS: #logo { background-image: url(/Content/Images/logo.png); } The image is…