From c18ed307e8a64089824a915a19f24a7591ff44ff Mon Sep 17 00:00:00 2001 From: makoto_kw Date: Fri, 27 Apr 2018 09:15:48 +0900 Subject: [PATCH] Fixed ad img style --- README.md | 2 +- css/markdown.css | 1 + sass/_footer.scss | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index db6ea0e..f976bea 100644 --- a/README.md +++ b/README.md @@ -141,4 +141,4 @@ The MIT License The line below is used for the updater API, please leave it untouched unless bumping the version up :) -~Current Version:0.10~ +~Current Version:0.11~ diff --git a/css/markdown.css b/css/markdown.css index ecbaf2f..c854d9a 100644 --- a/css/markdown.css +++ b/css/markdown.css @@ -78,6 +78,7 @@ } .wp-gfm-ad img { margin: 0; + display: inline; } .wp-gfm-ad a { font-weight: bold; diff --git a/sass/_footer.scss b/sass/_footer.scss index d1f3210..7b2a740 100644 --- a/sass/_footer.scss +++ b/sass/_footer.scss @@ -12,6 +12,7 @@ } img { margin: 0; + display: inline; } a { font-weight: bold;