From 733b545c40d33ba23077c7d2fb5e847208475fb3 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 17 May 2017 10:20:54 -0400 Subject: Start ViewTopic revamp --- Project-Unite/Content/Site.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Project-Unite/Content') diff --git a/Project-Unite/Content/Site.css b/Project-Unite/Content/Site.css index fa3b04e..de84403 100644 --- a/Project-Unite/Content/Site.css +++ b/Project-Unite/Content/Site.css @@ -2,6 +2,10 @@ /* padding-top: 50px; */ padding-bottom: 20px; } +/*make avatars rounded*/ +.avatar { + border-radius: 100%; +} /* Set padding to keep content from hitting the edges */ .body-content { -- cgit v1.2.3