wc-breadcrumb #2077

This commit is contained in:
Mike Jolley 2012-12-28 20:07:39 +00:00
parent 2b4c428414
commit 0ca4880152
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -79,7 +79,7 @@ p.demo_store {
margin-top: 10px;
}
#breadcrumb {
.wc-breadcrumb{
.clearfix();
margin: 0 0 1em;
padding: 0;

View File

@ -948,7 +948,7 @@ if ( ! function_exists( 'woocommerce_breadcrumb' ) ) {
$defaults = apply_filters( 'woocommerce_breadcrumb_defaults', array(
'delimiter' => ' › ',
'wrap_before' => '<div id="breadcrumb" itemprop="breadcrumb">',
'wrap_before' => '<div class="wc-breadcrumb" itemprop="breadcrumb">',
'wrap_after' => '</div>',
'before' => '',
'after' => '',