diff options
Diffstat (limited to 'extensions/UserProfile/web')
-rw-r--r-- | extensions/UserProfile/web/styles/user_profile.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extensions/UserProfile/web/styles/user_profile.css b/extensions/UserProfile/web/styles/user_profile.css index c261c24b6..ef1f71dd9 100644 --- a/extensions/UserProfile/web/styles/user_profile.css +++ b/extensions/UserProfile/web/styles/user_profile.css @@ -42,3 +42,7 @@ box-shadow: 2px 2px 5px #888; margin-bottom: 5px; } + +#what { + margin-top: 1em; +} |