Bläddra i källkod

#6017: Apostrophe 2: Fix Recent Comments widget display (#6098)

Bob Matyas 3 år sedan
förälder
incheckning
03d1b79046
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      apostrophe-2/style.css

+ 3 - 3
apostrophe-2/style.css

@@ -3052,9 +3052,9 @@ Primarily tablets and teensy desktops.
 	}
 
 	/* Arrange posts into grid structure on archive pages */
-	.archive article,
-	.blog article,
-	.search article,
+	.archive #posts-wrapper article,
+	.blog #posts-wrapper article,
+	.search #posts-wrapper article,
 	.blog article.apostrophe-2-featured:nth-child(4n+2),
 	.blog article.apostrophe-2-featured:nth-child(4n+3) {
 		-moz-box-sizing: border-box;