Merge branch 'master' of github.com:woothemes/woocommerce

This commit is contained in:
Barry Kooij 2015-03-09 17:09:17 +01:00
commit 0bb4655da8
3 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -1409,7 +1409,6 @@ p.demo_store {
a,
span {
padding: 1px 0;
text-decoration: none;
}
}

View File

@ -396,7 +396,7 @@ class WC_Widget_Layered_Nav extends WC_Widget {
echo ( $count > 0 || $option_is_set ) ? '</a>' : '</span>';
echo ' <small class="count">' . $count . '</small></li>';
echo ' <span class="count">(' . $count . ')</span></li>';
}