/* 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