summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2016-10-06 10:20:44 -0700
committertauriedavis <taurie@gitlab.com>2016-10-06 10:20:44 -0700
commit1845c33d711ca50bd7ef8d85b8aae5c0f016611c (patch)
treea6ba2a741bd50013b2fc038cbb80eba1c96c64ca
parentd1c1b41ffe0888bd7c88a26a59c4b1fa98709fd5 (diff)
downloadgitlab-ce-update-profile-view.tar.gz
spacing tweaksupdate-profile-view
-rw-r--r--app/assets/stylesheets/pages/profile.scss13
1 files changed, 1 insertions, 12 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index efb90772214..c7eac5cf4b9 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: 10px auto 0;
+ margin: 10px auto;
padding: 0 16px;
}
@@ -225,13 +225,6 @@
width: 90px;
margin: 0 auto 10px;
}
-
- .user-info {
-
- .member-date {
- margin-bottom: 4px;
- }
- }
}
@media (max-width: $screen-xs-max) {
@@ -258,10 +251,6 @@
}
}
-.user-profile-nav {
- margin-top: 10px;
-}
-
table.u2f-registrations {
th:not(:last-child), td:not(:last-child) {
border-right: solid 1px transparent;