Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
Merge pull request #107 from msecret/feature/549-browser_bugs
Browse files Browse the repository at this point in the history
Fix IE10 bug, linked images have borders around them.
  • Loading branch information
arowla committed May 1, 2015
2 parents b793c2b + 8585883 commit a8242ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/styles/_base/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ a {
color: $green-2;
}
}

img {
border: 0;
}
}

.link--icon {
Expand Down
2 changes: 2 additions & 0 deletions static/styles/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a8242ab

Please sign in to comment.