diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-07-09 13:59:16 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-07-09 13:59:16 +0200 |
commit | efa55437d4d14dd81d10a98e5d3201d27bcbfafb (patch) | |
tree | c6040e8f1cd1982b520d8285d08d3f967d7445de /view/theme/redbasic/css | |
parent | e12d58a75cf0fa32e935caa9e53cb2db953d8409 (diff) | |
download | volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.gz volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.tar.bz2 volse-hubzilla-efa55437d4d14dd81d10a98e5d3201d27bcbfafb.zip |
increase width of the aside area and make default profile image size 300x300
Diffstat (limited to 'view/theme/redbasic/css')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 716298845..c2eccc782 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -406,9 +406,10 @@ footer { #profile-photo-wrapper img { + width: 100%; + max-width: 300px; + height: auto; padding: 10px; - width: 197px; - height: 197px; } #profile-photo-wrapper { @@ -571,7 +572,7 @@ footer { } .photo { - border: 1px solid #AAAAAA; + border: 1px solid #ccc; } .photo-top-photo, .photo-album-photo { |