Skip to content

Commit 70cbb8b

Browse files
committedMar 26, 2012
Fixes #13994: Use rounded edges for avatars
Use CSS to make the gravatars have rounded edges.
1 parent c1a7935 commit 70cbb8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎css/default.css

+6
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,12 @@ div.quick-summary-right { width: 49%; padding: 2px; text-align: right; float: ri
262262
{
263263
float: right;
264264
border: 0;
265+
266+
-moz-border-radius: 5px;
267+
-webkit-border-radius: 5px;
268+
-moz-border-radius-bottomright: 10px;
269+
-webkit-border-bottom-right-radius: 10px;
270+
border-radius: 5px;
265271
}
266272

267273
.progress400 { position: relative; width: 400px; border: 1px solid #d7d7d7; margin-top: 1em; margin-bottom: 1em; padding: 1px; }

0 commit comments

Comments
 (0)