From 87d47ece592e5049b4541a05e17d0f711bdc65c4 Mon Sep 17 00:00:00 2001 From: riking Date: Mon, 24 Mar 2014 21:52:40 -0700 Subject: [PATCH] CSS rule for GitHub commit avatars --- app/assets/stylesheets/desktop/onebox.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/desktop/onebox.scss b/app/assets/stylesheets/desktop/onebox.scss index fc12db0dd..f3a266dbc 100644 --- a/app/assets/stylesheets/desktop/onebox.scss +++ b/app/assets/stylesheets/desktop/onebox.scss @@ -139,4 +139,8 @@ aside.onebox { } } +.github-avatar { + height: 90px; + width: 90px; +}