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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-19 21:14:23 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-07-19 21:14:23 +0300
commit2a092da35c612fa34762bc955ab7c6cdb8df8316 (patch)
tree479c9d6dab28884724d8a009e30d603aad0aabc4 /app/assets
parent21096189a5712de4ae63818c5cdfaa751a7cbd3c (diff)
Fix alignment of icons on project page
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/projects.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index ea9f7cf0540..1fb15d337c4 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -486,6 +486,11 @@ pre.light-well {
> span {
margin-left: 10px;
}
+
+ svg {
+ position: relative;
+ top: 2px;
+ }
}
}