Browse Source

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

Bob Matyas 2 years ago
parent
commit
910feedb93
1 changed files with 6 additions and 1 deletions
  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;