sass-site/source/assets/stylesheets/foundation/_media.scss

24 lines
390 B
SCSS
Raw Normal View History

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