sass-site/source/assets/stylesheets/foundation/_media.scss
Jina Bolton 3b465c6ffa boom
2013-02-08 19:10:33 -08:00

24 lines
390 B
SCSS

// ===========================================================================
// MEDIA
/*
* A better looking default horizontal rule
*/
hr {
display: block;
margin: 1em 0;
border: 0 {
top: 1px solid $border-color;
}
padding: 0;
height: 1px;
}
/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
img { vertical-align: middle; }