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:
authorFilipa Lacerda <filipa@gitlab.com>2017-08-03 13:47:27 +0300
committerFilipa Lacerda <filipa@gitlab.com>2017-08-03 13:47:27 +0300
commita5b0584dab118f1022f05d85f6b505e5138507bd (patch)
treec2733ce17fcbd72ad040c695f44c60042636bbf2 /app/assets/stylesheets/pages/projects.scss
parent5ef3b22e86a9662476ca7a21485e68a959921b9d (diff)
Fix repo by url styles
Diffstat (limited to 'app/assets/stylesheets/pages/projects.scss')
-rw-r--r--app/assets/stylesheets/pages/projects.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index 2461d32a826..adeb5d55a6a 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -483,8 +483,9 @@ a.deploy-project-label {
height: 24px;
width: inherit;
display: block;
- margin: 2px auto 5px;
+ margin: 0 auto 4px;
font-size: 24px;
+ top: 0;
}
@media (max-width: $screen-xs-max) {