Skip to content

Commit

Permalink
Remove borders from 'a img'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Buttery committed Sep 27, 2011
1 parent fb9908b commit 51d11bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stylesheets/stitch/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ a:active {
outline: none;
}

a img{
border: none;
}


// Set sub, sup without affecting line-height: gist.github.com/413930
sub,sup {
Expand Down

0 comments on commit 51d11bf

Please sign in to comment.