From 7a00b13b07ecddd22fa4ab3ce93a123a8d306ef9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 3 Jan 2016 18:09:36 -0800 Subject: [PATCH] remove unused rule for ads css that was hiding an image that no longer exists (i think) --- docs/assets/scss/_ads.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/assets/scss/_ads.scss b/docs/assets/scss/_ads.scss index 86422b87a7..d161d4abd7 100644 --- a/docs/assets/scss/_ads.scss +++ b/docs/assets/scss/_ads.scss @@ -49,10 +49,6 @@ } } -.carbonad #azcarbon > img { - display: none; // hide what I assume are tracking images -} - @include media-breakpoint-up(sm) { .carbonad { width: 330px !important;