diff options
| author | Mark Otto <[email protected]> | 2016-01-03 18:09:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-03 18:09:36 -0800 |
| commit | 7a00b13b07ecddd22fa4ab3ce93a123a8d306ef9 (patch) | |
| tree | d7d6cc697f7d616b5bd3ef52abe38ff15e36c64e | |
| parent | 4198d61bb548de0d3fe6e50345b6614bace61a79 (diff) | |
| download | bootstrap-7a00b13b07ecddd22fa4ab3ce93a123a8d306ef9.tar.xz bootstrap-7a00b13b07ecddd22fa4ab3ce93a123a8d306ef9.zip | |
remove unused rule for ads css that was hiding an image that no longer exists (i think)
| -rw-r--r-- | docs/assets/scss/_ads.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/assets/scss/_ads.scss b/docs/assets/scss/_ads.scss index 86422b87a..d161d4abd 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; |
