瀏覽代碼

Penscratch 2: add style resets for social links (#5593)

Problem:
  Non text widgets are given padding-top and border-top in the penscratch-2 theme.
  These style are also effecting social links.

Change summary:
  * add style resets to override styles for social links
Madhu Dollu 3 年之前
父節點
當前提交
ec9d9eb28e
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      penscratch-2/style.css

+ 6 - 0
penscratch-2/style.css

@@ -1390,6 +1390,12 @@ object {
 	color: #666;
 }
 
+/* Social links */
+.wp-block-social-links li.wp-social-link {
+	padding-top: 0;
+	border-top: none;
+}
+
 /* Calendar widget */
 #wp-calendar td,
 #wp-calendar th,