Sha256: e39fa0ce3615298f5ae3bc93961e5f5784bc3465d419653808c20aa6b070b673

Contents?: true

Size: 693 Bytes

Versions: 8

Compression:

Stored size: 693 Bytes

Contents

//---------------------------------------------------
// Extra typography styles
//---------------------------------------------------

hr {
  border: 0;
  line-height:$line-height;
  margin-bottom:.3em;
  overflow:hidden;
  height:1.25em;
  @include box-sizing(content-box);
  position:relative;
  padding:0;
  display:block;
  border-top: 1px solid $horizontal-rule-color;
  border-bottom:1px solid rgba(white,0);
}

html.lt-ie9{
  hr{ margin-bottom:.4em; }
}


// useful for using email addresses in text. type the text
// in reverse and apply this style.
span.rev, a.rev{
  @include reverse-text;
}

address {
  display: block;
  margin-bottom: $line-height;
  line-height: $line-height;
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
facades-1.1.0 src/scss/facades/typography/_extra.scss
facades-1.0.9 src/scss/facades/typography/_extra.scss
facades-1.0.8 src/scss/facades/typography/_extra.scss
facades-1.0.6 src/scss/facades/typography/_extra.scss
facades-1.0.4 src/scss/facades/typography/_extra.scss
facades-1.0.3 src/scss/facades/typography/_extra.scss
facades-1.0.2 src/scss/facades/typography/_extra.scss
facades-1.0.1 src/scss/facades/typography/_extra.scss