Pārlūkot izejas kodu

Balasana: Recompiling with changes to master.

Allan Cole 5 gadi atpakaļ
vecāks
revīzija
e47cbe939e

+ 1 - 3
balasana/style-rtl.css

@@ -762,9 +762,7 @@ a {
 .site-header:after,
 .site-content:after,
 .site-footer:after {
-	content: "";
-	display: table;
-	table-layout: fixed;
+	clear: both;
 }
 
 /**

+ 6 - 6
balasana/style-woocommerce-rtl.css

@@ -173,7 +173,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Page Layout Styles & Repsonsive Styles
  */
 /* Responsive width-content overrides */
-body[class*="woocommerce"] #page .woocommerce,
+body[class*="woocommerce"] #page .woocommerce:not(.widget),
 body[class*="woocommerce"] #page #woocommerce-wrapper,
 body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 	width: calc(100% + 256px);
@@ -183,7 +183,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
 }
 
 @media only screen and (min-width: 560px) {
-	body[class*="woocommerce"] #page .woocommerce,
+	body[class*="woocommerce"] #page .woocommerce:not(.widget),
 	body[class*="woocommerce"] #page #woocommerce-wrapper,
 	body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 		width: calc(calc( 560px - 32px) + 256px);
@@ -192,7 +192,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
 }
 
 @media only screen and (min-width: 640px) {
-	body[class*="woocommerce"] #page .woocommerce,
+	body[class*="woocommerce"] #page .woocommerce:not(.widget),
 	body[class*="woocommerce"] #page #woocommerce-wrapper,
 	body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 		width: calc(calc( 640px - 32px) + 256px);
@@ -201,7 +201,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
 }
 
 @media only screen and (min-width: 782px) {
-	body[class*="woocommerce"] #page .woocommerce,
+	body[class*="woocommerce"] #page .woocommerce:not(.widget),
 	body[class*="woocommerce"] #page #woocommerce-wrapper,
 	body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 		width: calc(calc( 782px - 32px) + 256px);
@@ -210,7 +210,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
 }
 
 @media only screen and (min-width: 1024px) {
-	body[class*="woocommerce"] #page .woocommerce,
+	body[class*="woocommerce"] #page .woocommerce:not(.widget),
 	body[class*="woocommerce"] #page #woocommerce-wrapper,
 	body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 		width: calc(calc( 782px - 32px) + 256px);
@@ -219,7 +219,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
 }
 
 @media only screen and (min-width: 1280px) {
-	body[class*="woocommerce"] #page .woocommerce,
+	body[class*="woocommerce"] #page .woocommerce:not(.widget),
 	body[class*="woocommerce"] #page #woocommerce-wrapper,
 	body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 		width: calc(calc( 782px - 32px) + 256px);

+ 6 - 6
balasana/style-woocommerce.css

@@ -173,7 +173,7 @@ $grid-configuration: map-extend($grid-configuration-default, $grid-configuration
  * Page Layout Styles & Repsonsive Styles
  */
 /* Responsive width-content overrides */
-body[class*="woocommerce"] #page .woocommerce,
+body[class*="woocommerce"] #page .woocommerce:not(.widget),
 body[class*="woocommerce"] #page #woocommerce-wrapper,
 body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 	width: calc(100% + 256px);
@@ -183,7 +183,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
 }
 
 @media only screen and (min-width: 560px) {
-	body[class*="woocommerce"] #page .woocommerce,
+	body[class*="woocommerce"] #page .woocommerce:not(.widget),
 	body[class*="woocommerce"] #page #woocommerce-wrapper,
 	body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 		width: calc(calc( 560px - 32px) + 256px);
@@ -192,7 +192,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
 }
 
 @media only screen and (min-width: 640px) {
-	body[class*="woocommerce"] #page .woocommerce,
+	body[class*="woocommerce"] #page .woocommerce:not(.widget),
 	body[class*="woocommerce"] #page #woocommerce-wrapper,
 	body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 		width: calc(calc( 640px - 32px) + 256px);
@@ -201,7 +201,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
 }
 
 @media only screen and (min-width: 782px) {
-	body[class*="woocommerce"] #page .woocommerce,
+	body[class*="woocommerce"] #page .woocommerce:not(.widget),
 	body[class*="woocommerce"] #page #woocommerce-wrapper,
 	body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 		width: calc(calc( 782px - 32px) + 256px);
@@ -210,7 +210,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
 }
 
 @media only screen and (min-width: 1024px) {
-	body[class*="woocommerce"] #page .woocommerce,
+	body[class*="woocommerce"] #page .woocommerce:not(.widget),
 	body[class*="woocommerce"] #page #woocommerce-wrapper,
 	body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 		width: calc(calc( 782px - 32px) + 256px);
@@ -219,7 +219,7 @@ body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.
 }
 
 @media only screen and (min-width: 1280px) {
-	body[class*="woocommerce"] #page .woocommerce,
+	body[class*="woocommerce"] #page .woocommerce:not(.widget),
 	body[class*="woocommerce"] #page #woocommerce-wrapper,
 	body[class*="woocommerce"] #page .woocommerce-Tabs-panel.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment) {
 		width: calc(calc( 782px - 32px) + 256px);

+ 1 - 3
balasana/style.css

@@ -762,9 +762,7 @@ a {
 .site-header:after,
 .site-content:after,
 .site-footer:after {
-	content: "";
-	display: table;
-	table-layout: fixed;
+	clear: both;
 }
 
 /**