Skip to content

Commit

Permalink
Fixed ad img style
Browse files Browse the repository at this point in the history
  • Loading branch information
makotokw committed Apr 27, 2018
1 parent 0a6e394 commit c18ed30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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~
1 change: 1 addition & 0 deletions css/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
}
.wp-gfm-ad img {
margin: 0;
display: inline;
}
.wp-gfm-ad a {
font-weight: bold;
Expand Down
1 change: 1 addition & 0 deletions sass/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
}
img {
margin: 0;
display: inline;
}
a {
font-weight: bold;
Expand Down

0 comments on commit c18ed30

Please sign in to comment.