Browse Source

Add rounded corners for avatars by default.

Nathaniel van Diepen 9 years ago
parent
commit
9518a127c8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      css/index.css

+ 5 - 0
css/index.css

@@ -1681,6 +1681,11 @@ p#whoisviewing{
 	clear: right;
 }
 /* poster details and list of items */
+.avatar{
+	border-radius: 6px;
+	-moz-border-radius: 6x;
+	-webkit-border-radius: 6px;
+}
 .poster h4, .poster ul{
 	padding: 0;
 	margin: 0 1em 0 1.5em;