diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-05-28 14:23:46 -0400 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-05-28 14:23:46 -0400 |
| commit | 4a4a32e1f979282c1b93a43b0dd10f89a0d2d590 (patch) | |
| tree | 05aa36967a0be9f92030606c538393c52c0f5fa7 /frontend/static/sass/stylesheets/profile.css | |
| parent | a4916103efb2d97896c456ff0e83064b21e85d25 (diff) | |
fixed email in profiles
Diffstat (limited to 'frontend/static/sass/stylesheets/profile.css')
| -rwxr-xr-x | frontend/static/sass/stylesheets/profile.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/static/sass/stylesheets/profile.css b/frontend/static/sass/stylesheets/profile.css index 13b4a58..20c2537 100755 --- a/frontend/static/sass/stylesheets/profile.css +++ b/frontend/static/sass/stylesheets/profile.css @@ -323,7 +323,7 @@ body { width: 100px; } /* line 184, ../src/profile.sass */ -#settings-container #profile-avatar, #settings-container #profile-bg { +#settings-container #profile-avatar, #settings-container #profile-bg, #settings-container #profile-email { width: 300px; } /* line 186, ../src/profile.sass */ |
