getdave / Tanlinell

Boilerplate Wordpress theme for rapid development of new WP themes. Based on the great work of the _s ("Underscore") theme.
GNU General Public License v2.0
6 stars 2 forks source link

Create standard address formatting rules #186

Closed getdave closed 10 years ago

getdave commented 11 years ago

There is a requirement for a reusable address formatting object. Create one which allows quick and reliable formatting of an address without tying you to markup.

getdave commented 11 years ago

See recent work on BJP


// ==========================================================================
// ADDRESS
// ==========================================================================

.address {

    margin-bottom: $baseLineHeight;
}

.address__line {
    display: block;
}
getdave commented 10 years ago

The inclusion switch is missing from the comments in the main _config.scss file. Please add.