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:
authorPhil Hughes <me@iamphill.com>2017-10-23 14:09:47 +0300
committerPhil Hughes <me@iamphill.com>2017-10-23 14:09:47 +0300
commitfe1871b58ccf140572ba54ce3284e132add05a58 (patch)
treed8fb998e3eb05a50e6eac12685e8439838eaff6a /app/assets/stylesheets/pages/repo.scss
parent5f988a726ecef14dc6def18883f6808e01f59535 (diff)
moved to eventHub to manage creating new files
removed an ID from the CSS
Diffstat (limited to 'app/assets/stylesheets/pages/repo.scss')
-rw-r--r--app/assets/stylesheets/pages/repo.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 97ca01f0f54..6a363b1710e 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -201,7 +201,7 @@
}
}
- #repo-file-buttons {
+ .repo-file-buttons {
background-color: $white-light;
padding: 5px 10px;
border-top: 1px solid $white-normal;