Browse Source

Avatar tweak

Signed-Off: Matthew "Labradoodle-360" Kerle <[email protected]>
Matthew Kerle 12 years ago
parent
commit
5d5f052300
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Themes/default/css/index.css

+ 2 - 0
Themes/default/css/index.css

@@ -1480,6 +1480,8 @@ ul li.greeting {
 }
 }
 /* No more huge avatars up top. YAY! */
 /* No more huge avatars up top. YAY! */
 #inner_wrap a.avatar img {
 #inner_wrap a.avatar img {
+	height: 100%;
+	width: 100%;
 	max-width: 40px;
 	max-width: 40px;
 	max-height: 40px;
 	max-height: 40px;
 }
 }