Browse Source

Shawburn: Recompile upstream changes in Varia.

Allan Cole 5 years ago
parent
commit
4ea09c3b6f
4 changed files with 40 additions and 2 deletions
  1. 18 0
      shawburn/style-rtl.css
  2. 2 1
      shawburn/style-woocommerce-rtl.css
  3. 2 1
      shawburn/style-woocommerce.css
  4. 18 0
      shawburn/style.css

+ 18 - 0
shawburn/style-rtl.css

@@ -2066,7 +2066,10 @@ table th,
  */
 .aligncenter {
 	clear: both;
+	display: block;
 	float: none;
+	margin-left: auto;
+	margin-right: auto;
 	text-align: center;
 }
 
@@ -3017,10 +3020,18 @@ body:not(.fse-enabled) .footer-menu a {
 	}
 }
 
+.comment-meta .comment-author {
+	line-height: 1.125;
+	margin-bottom: 4px;
+	padding-left: 40px;
+}
+
 @media only screen and (min-width: 560px) {
 	.comment-meta .comment-author {
 		display: flex;
 		align-items: center;
+		margin-bottom: 0;
+		padding-left: 0;
 	}
 }
 
@@ -3041,6 +3052,13 @@ body:not(.fse-enabled) .footer-menu a {
 
 .comment-meta .comment-metadata {
 	color: #444444;
+	padding-left: 40px;
+}
+
+@media only screen and (min-width: 560px) {
+	.comment-meta .comment-metadata {
+		padding-left: 0;
+	}
 }
 
 .comment-meta .comment-metadata a {

+ 2 - 1
shawburn/style-woocommerce-rtl.css

@@ -297,7 +297,8 @@ body[class*="woocommerce"] #page span.onsale, #content .wc-block-grid .wc-block-
 	color: #222222;
 	font-size: 0.83333rem;
 	font-weight: 700;
-	font-family: ("fallback": '"PT Serif", Times, sans-serif', "css-var": "--font-headings");
+	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	min-height: 3.236rem;
 	min-width: 3.236rem;
 	padding: 0.202rem;

+ 2 - 1
shawburn/style-woocommerce.css

@@ -297,7 +297,8 @@ body[class*="woocommerce"] #page span.onsale, #content .wc-block-grid .wc-block-
 	color: #222222;
 	font-size: 0.83333rem;
 	font-weight: 700;
-	font-family: ("fallback": '"PT Serif", Times, sans-serif', "css-var": "--font-headings");
+	font-family: "PT Serif", Times, sans-serif;
+	font-family: var(--font-headings, "PT Serif", Times, sans-serif);
 	min-height: 3.236rem;
 	min-width: 3.236rem;
 	padding: 0.202rem;

+ 18 - 0
shawburn/style.css

@@ -2069,7 +2069,10 @@ table th,
  */
 .aligncenter {
 	clear: both;
+	display: block;
 	float: none;
+	margin-right: auto;
+	margin-left: auto;
 	text-align: center;
 }
 
@@ -3034,10 +3037,18 @@ body:not(.fse-enabled) .footer-menu a {
 	}
 }
 
+.comment-meta .comment-author {
+	line-height: 1.125;
+	margin-bottom: 4px;
+	padding-right: 40px;
+}
+
 @media only screen and (min-width: 560px) {
 	.comment-meta .comment-author {
 		display: flex;
 		align-items: center;
+		margin-bottom: 0;
+		padding-right: 0;
 	}
 }
 
@@ -3058,6 +3069,13 @@ body:not(.fse-enabled) .footer-menu a {
 
 .comment-meta .comment-metadata {
 	color: #444444;
+	padding-right: 40px;
+}
+
+@media only screen and (min-width: 560px) {
+	.comment-meta .comment-metadata {
+		padding-right: 0;
+	}
 }
 
 .comment-meta .comment-metadata a {