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