diff options
author | Ev Bogue <ev@evbogue.com> | 2019-11-17 09:08:59 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-11-17 09:08:59 -0600 |
commit | e555c43e71c2d86ee86e40c3a756f6ac87c480b2 (patch) | |
tree | e0fc6104b31c1b1c05b87e06a590260434dadfd3 /css | |
parent | db7b5eb235a80db1c41765a097830c36e4ffa9bb (diff) |
show profile photo on profile, misc style tweaks
Diffstat (limited to 'css')
-rw-r--r-- | css/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css index 4726e84..fad1090 100644 --- a/css/style.css +++ b/css/style.css @@ -202,6 +202,7 @@ form.search { text-decoration: none; } +.profileAvatar { width: 75px; vertical-align: top; border-radius: 5px; margin-right: .25em; margin-bottom: .25em;} .avatar { width: 25px; height: 25px; vertical-align: middle; border-radius: 5px; margin-right: .2em; } button { |