瀏覽代碼

Merge branches 'master' and 'master' of github.com:Automattic/themes

Caroline Moore 7 年之前
父節點
當前提交
73fe53bb9e
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      radcliffe-2/woocommerce.css

+ 6 - 6
radcliffe-2/woocommerce.css

@@ -723,7 +723,7 @@ ul.products li.product .button {
 	border-bottom: 1px solid #ddd;
 }
 
-.woocommerce-checkout .checkout .payment_methods {
+.woocommerce #payment .payment_methods {
 	list-style: none;
 	padding: 0;
 }
@@ -735,23 +735,23 @@ ul.products li.product .button {
 	margin-bottom: .75em;
 }
 
-.woocommerce-checkout .checkout [for="payment_method_paypal"] {
+.woocommerce #payment [for="payment_method_paypal"] {
 	font-weight: 900;
 }
 
-.woocommerce-checkout .checkout [for="payment_method_paypal"]>* {
+.woocommerce #payment [for="payment_method_paypal"]>* {
 	display: inline-block;
 	vertical-align: baseline;
 }
 
-.woocommerce-checkout .checkout [for="payment_method_paypal"]>img {
+.woocommerce #payment [for="payment_method_paypal"]>img {
 	margin-left: 40px;
 	float: right;
 	width: 40%;
 }
 
-.woocommerce-checkout .checkout .payment_box p,
-.woocommerce-checkout .checkout [for="payment_method_paypal"]>a {
+.woocommerce #payment .payment_box p,
+.woocommerce #payment [for="payment_method_paypal"]>a {
 	font-weight: 400;
 	font-size: 14px;
 	font-size: 1.4rem;