From b368d4a1d10a7a18928b56de89b74f3bcd0eaaf1 Mon Sep 17 00:00:00 2001
From: Job van der Voort <jobvandervoort@gmail.com>
Date: Mon, 8 Jun 2015 16:37:04 +0200
Subject: [PATCH] fix spacing in document

---
 doc/workflow/import_projects_from_bitbucket.md | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/doc/workflow/import_projects_from_bitbucket.md b/doc/workflow/import_projects_from_bitbucket.md
index 56b5c8d2ffe..341b1a5f86c 100644
--- a/doc/workflow/import_projects_from_bitbucket.md
+++ b/doc/workflow/import_projects_from_bitbucket.md
@@ -3,24 +3,21 @@
 It takes just a few steps to import your existing Bitbucket projects to GitLab. But keep in mind that it is possible only if Bitbucket support is enabled on your GitLab instance. You can read more about Bitbucket support [here](doc/integration/bitbucket.md).
 
 1. Sign in to GitLab.com and go to your dashboard
-2. Click on "New project"
-![New project in GitLab](bitbucket_importer/bitbucket_import_new_project.jpg)
 
+2. Click on "New project"
 
+![New project in GitLab](bitbucket_importer/bitbucket_import_new_project.jpg)
 
 3. Click on the "Bitbucket" button
-![Bitbucket](bitbucket_importer/bitbucket_import_select_bitbucket.jpg)
-
 
+![Bitbucket](bitbucket_importer/bitbucket_import_select_bitbucket.jpg)
 
 4. Grant GitLab access to your Bitbucket account
-![Grant access](bitbucket_importer/bitbucket_import_grant_access.jpg)
-
 
+![Grant access](bitbucket_importer/bitbucket_import_grant_access.jpg)
 
 5. Click on the projects that you'd like to import or "Import all projects"
-![Import projects](bitbucket_importer/bitbucket_import_select_project.png)
-
 
+![Import projects](bitbucket_importer/bitbucket_import_select_project.png)
 
 A new GitLab project will be created with your imported data.
-- 
GitLab