summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2016-10-03 16:22:41 -0700
committertauriedavis <taurie@gitlab.com>2016-10-03 16:22:41 -0700
commit67dcc8db83aa06a70315011a841409bb6e5900dc (patch)
tree38c635ccef3418ce2c65ca9973e1960c4a057a6f
parentffdc854d57c28ce5037c6dccf473fa6616afd7f2 (diff)
downloadgitlab-ce-67dcc8db83aa06a70315011a841409bb6e5900dc.tar.gz
update profile view
-rw-r--r--app/assets/stylesheets/pages/profile.scss8
1 files changed, 2 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 0fcdaf94a21..020ef5339d2 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -94,7 +94,7 @@
.profile-user-bio {
// Limits the width of the user bio for readability.
max-width: 600px;
- margin: 15px auto 0;
+ margin: 10px auto 0;
padding: 0 16px;
}
@@ -220,13 +220,9 @@
margin: 0 auto;
.avatar-holder {
width: 90px;
- display: inline-block;
+ margin: 0 auto 10px;
}
.user-info {
- display: inline-block;
- text-align: left;
- vertical-align: middle;
- margin-left: 15px;
.handle {
color: $gl-gray-light;
}