Sha256: 16edb3bfd6064515d07bc8110d4212c3b2e7bda3acce8948c82086806f262c0b

Contents?: true

Size: 1.11 KB

Versions: 3

Compression:

Stored size: 1.11 KB

Contents

@include normalize-version('Typography');

// ==========================================================================
// Typography
// ==========================================================================

// Addresses styling not present in IE 8/9, Safari 5, and Chrome.

abbr[title] {
    border-bottom: 1px dotted;
}

// Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.

b,
strong {
    font-weight: bold;
}

// Addresses styling not present in Safari 5 and Chrome.

dfn {
    font-style: italic;
}

// Address variable `h1` font-size and margin within `section` and `article`
// contexts in Firefox 4+, Safari 5, and Chrome.

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

// Addresses styling not present in IE 8/9.

mark {
    background: #ff0;
    color: #000;
}

// Addresses inconsistent and variable font size in all browsers.

small {
    font-size: 80%;
}

// Prevents `sub` and `sup` affecting `line-height` in all browsers.

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

Version data entries

3 entries across 2 versions & 2 rubygems

Version Path
sadui-0.0.4 vendor/bundle/ruby/2.0.0/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss
sadui-0.0.4 vendor/bundle/ruby/2.1.0/gems/compass-normalize-1.5/stylesheets/normalize/_typography.scss
compass-normalize-1.5 stylesheets/normalize/_typography.scss