tweak message styles in cart totals table

This commit is contained in:
James Koster 2015-03-10 17:02:54 +00:00
parent 8554796c4b
commit 4372fdbad4
3 changed files with 2 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -1650,8 +1650,6 @@ p.demo_store {
.cart_totals {
p {
margin: 0;
small {
color: $subtext;
font-size: 0.83em;

View File

@ -73,7 +73,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<?php if ( is_cart() ) : ?>
<?php echo apply_filters( 'woocommerce_cart_no_shipping_available_html',
'<div class="woocommerce-info"><p>' . __( 'There are no shipping methods available. Please double check your address, or contact us if you need any help.', 'woocommerce' ) . '</p></div>'
'<p>' . __( 'There are no shipping methods available. Please double check your address, or contact us if you need any help.', 'woocommerce' ) . '</p>'
); ?>
<?php else : ?>