From: RJ Regenold Date: Thu, 31 Jan 2013 18:49:53 +0000 (-0600) Subject: removes anchor tag definition. X-Git-Tag: v2.3.0^2~15^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6763%2Fhead;p=thirdparty%2Fbootstrap.git removes anchor tag definition. --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index bb05c79d51..e09e1e23a0 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5918,7 +5918,6 @@ a.badge:hover { } .carousel-inner > .item > img, -.carousel-inner > .item > a, .carousel-inner > .item > a > img { display: block; line-height: 1; diff --git a/less/carousel.less b/less/carousel.less index 6280e6a146..83045e541a 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -24,7 +24,6 @@ // Account for jankitude on images > img, - > a, > a > img { display: block; line-height: 1;