浏览代码

#3813: Independent Publisher 2: Fix issue with Gravatar in header (#6252)

Bob Matyas 2 年之前
父节点
当前提交
910feedb93
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6 1
      independent-publisher-2/style.css

+ 6 - 1
independent-publisher-2/style.css

@@ -1401,6 +1401,12 @@ object {
 	max-width: 100%;
 }
 
+img.grav-hijack,
+img.no-grav {
+    border-radius: 80px;
+    border: none;
+}
+
 /*--------------------------------------------------------------
 10.0 - Galleries
 --------------------------------------------------------------*/
@@ -2207,7 +2213,6 @@ p.no-comments {
 
 .site-header {
 	position: relative;
-	z-index: 9999;
 	min-height: 1em;
 	margin: 2.625em auto;
 	padding: 0 1.75em;