diff options
| author | Michael <[email protected]> | 2017-05-17 10:20:54 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-17 10:20:54 -0400 |
| commit | 733b545c40d33ba23077c7d2fb5e847208475fb3 (patch) | |
| tree | dbc586e648f3008685616a48a29f78296328352f /Project-Unite/Content | |
| parent | 7e54c9b3fad48c7bce1134f7937924f120f1999c (diff) | |
| download | project-unite-733b545c40d33ba23077c7d2fb5e847208475fb3.tar.gz project-unite-733b545c40d33ba23077c7d2fb5e847208475fb3.tar.bz2 project-unite-733b545c40d33ba23077c7d2fb5e847208475fb3.zip | |
Start ViewTopic revamp
Diffstat (limited to 'Project-Unite/Content')
| -rw-r--r-- | Project-Unite/Content/Site.css | 4 |
1 files changed, 4 insertions, 0 deletions
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 { |
