summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-08-25 18:02:39 +0000
committerDouwe Maan <douwe@gitlab.com>2016-08-25 18:02:39 +0000
commit4c17e1b3dbb6c30345d52fc8c9789440f4fcb326 (patch)
tree7d82b306e6aff981b6bd839ba2dade147c313ed2 /app/assets
parentbbd9a6fe405d0df1c7c9ad09b7c3ff6a0201953f (diff)
parent4c8e9a8d27c34fe97216e12d17782f982818fb5c (diff)
downloadgitlab-ce-4c17e1b3dbb6c30345d52fc8c9789440f4fcb326.tar.gz
Merge branch 'zj-remove-gitorious' into 'master'
Remove gitorious ## What does this MR do? Remove gitorious as import source ## Are there points in the code the reviewer needs to double check? Did I remove everything? ## Why was this MR needed? This button yielded a 404 ## What are the relevant issue numbers? Closes #17062 /cc @JobV See merge request !5866
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/import.scss19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/assets/stylesheets/pages/import.scss b/app/assets/stylesheets/pages/import.scss
index 84cc35239f9..a4f76a9495a 100644
--- a/app/assets/stylesheets/pages/import.scss
+++ b/app/assets/stylesheets/pages/import.scss
@@ -1,22 +1,3 @@
-i.icon-gitorious {
- display: inline-block;
- background-position: 0 0;
- background-size: contain;
- background-repeat: no-repeat;
-}
-
-i.icon-gitorious-small {
- background-image: image-url('gitorious-logo-blue.png');
- width: 13px;
- height: 13px;
-}
-
-i.icon-gitorious-big {
- background-image: image-url('gitorious-logo-black.png');
- width: 18px;
- height: 18px;
-}
-
.import-jobs-from-col,
.import-jobs-to-col {
width: 40%;