diff options
author | Stephen Whitmore <sww@eight45.net> | 2017-04-13 10:19:47 -0700 |
---|---|---|
committer | Stephen Whitmore <sww@eight45.net> | 2017-04-13 10:19:47 -0700 |
commit | 89ffc2a6abb2aff80e786513e0580eb49cf73eea (patch) | |
tree | fed3dc2c655ad238833d10b4143361289f3eb573 | |
parent | 8f8f334d5eb06c64ab67e1ea266da696c54ad116 (diff) | |
download | patchfoo-89ffc2a6abb2aff80e786513e0580eb49cf73eea.tar.gz patchfoo-89ffc2a6abb2aff80e786513e0580eb49cf73eea.zip |
Double avatar size on left margin.
-rw-r--r-- | static/styles.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css index 5ec6e42..c75ec2e 100644 --- a/static/styles.css +++ b/static/styles.css @@ -50,8 +50,8 @@ footer { } .ssb-avatar-image { - width: 2em; - max-height: 2em; + width: 4em; + max-height: 4em; vertical-align: top; } |