Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-03 16:51:19 +0300
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-03 16:51:19 +0300
commit5ba1055d23ee4109e75e35352e0193f39bc65b01 (patch)
treef4a47df20615db68d26b59a9dc238116fd8f7760 /app/assets/stylesheets/pages/profile.scss
parent6bd785a51c39ad0bb69660c694c3c7408cfe5b23 (diff)
added additional hover animations, fixed up avatars
Diffstat (limited to 'app/assets/stylesheets/pages/profile.scss')
-rw-r--r--app/assets/stylesheets/pages/profile.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/profile.scss b/app/assets/stylesheets/pages/profile.scss
index 8b1976bd925..a677e34a615 100644
--- a/app/assets/stylesheets/pages/profile.scss
+++ b/app/assets/stylesheets/pages/profile.scss
@@ -222,6 +222,10 @@
margin-left: 5px;
}
+ .nav-links li {
+ margin-right: -4px;
+ }
+
.profile-header {
margin: 0 auto;
@@ -253,6 +257,10 @@
}
}
}
+
+ .nav-links li {
+ margin-right: -7px;
+ }
}
}
@@ -271,4 +279,4 @@ table.u2f-registrations {
.scopes-list {
padding-left: 18px;
}
-} \ No newline at end of file
+}