Skip to content

Instantly share code, notes, and snippets.

@PeterRao
Created October 14, 2013 09:39
Show Gist options
  • Save PeterRao/6973277 to your computer and use it in GitHub Desktop.
Save PeterRao/6973277 to your computer and use it in GitHub Desktop.
Remove the gap between images and the bottom of their containers 原因:http://stackoverflow.com/questions/129406/why-is-there-a-gap-between-my-image-and-its-containing-box
/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img {
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment