Skip to content

Instantly share code, notes, and snippets.

@billerickson
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save billerickson/3387d0699aa36f1f8460 to your computer and use it in GitHub Desktop.
Save billerickson/3387d0699aa36f1f8460 to your computer and use it in GitHub Desktop.
/* WP Address Schema
*
* @author Bill Erickson
* @link http://www.billerickson.net/code/wp-address-schema-css/
---------------------------------------------------------------------------------------------------- */
ul.wp-address-schema li,
.entry-content ul.wp-address-schema li {
list-style-type: none;
padding-bottom: 0;
}
.wp-address-schema .address_locality,
.wp-address-schema .address_region,
.wp-address-schema .postal_code {
display: inline;
padding-right: 4px;
}
.wp-address-schema .address_locality:after {
content: ',';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment