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
path: root/app
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-14 23:10:33 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-14 23:10:33 +0300
commit7b18b6ad6ed042268a597fa8642d74ca1419cb01 (patch)
tree24cf9bc0c73acfa7345f085bdb1ea03d76902d59 /app
parent17d4b39806d147153d0bd864d2c23d4e6e6e08ef (diff)
fixes margin and padding
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/projects.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/projects.scss b/app/assets/stylesheets/pages/projects.scss
index cbb9cba556c..13b0ed769fc 100644
--- a/app/assets/stylesheets/pages/projects.scss
+++ b/app/assets/stylesheets/pages/projects.scss
@@ -53,7 +53,7 @@
}
.notifications-btn {
- float: left;
+ margin-top: -28px;
.fa-bell {
margin-right: 6px;