diff options
author | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-11 18:52:30 -0800 |
---|---|---|
committer | Chris Case <kahotep@bunda.dreamhost.com> | 2011-02-11 18:52:30 -0800 |
commit | 8937ba86a211ff5822a0198087f94847f67e5d24 (patch) | |
tree | dcad44a7d48050f2cd71d407bb39bdb5e69a37ae /view/theme/loozah | |
parent | b98b5645e6572a2ee4b00a1d7960b93160f1de7f (diff) | |
download | volse-hubzilla-8937ba86a211ff5822a0198087f94847f67e5d24.tar.gz volse-hubzilla-8937ba86a211ff5822a0198087f94847f67e5d24.tar.bz2 volse-hubzilla-8937ba86a211ff5822a0198087f94847f67e5d24.zip |
set default size for profile photo to improve render appearance/speed
Diffstat (limited to 'view/theme/loozah')
-rw-r--r-- | view/theme/loozah/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/loozah/style.css b/view/theme/loozah/style.css index 0dcddd264..a87252016 100644 --- a/view/theme/loozah/style.css +++ b/view/theme/loozah/style.css @@ -737,6 +737,10 @@ input#dfrn-url { #profile-photo-link-select-wrapper { margin-top: 2em; } +#profile-photo-wrapper img { + width:175px; + height:175px; +} #profile-edit-profile-name-label, #profile-edit-name-label, |