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:
authorClement Ho <ClemMakesApps@gmail.com>2018-04-09 20:36:21 +0300
committerClement Ho <ClemMakesApps@gmail.com>2018-04-09 20:36:21 +0300
commit3e7a17d4759a2c25f0c717408c48bfc7e975dde3 (patch)
tree396f914dd927cc791fd008cda29efd31173661d3 /app/views/layouts/devise.html.haml
parenta7e30d65a97a9c519f9a3ec8fc49c9efc86a51b4 (diff)
Replace .pull-left with .float-left
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r--app/views/layouts/devise.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml
index 6513b719199..090e18e87a7 100644
--- a/app/views/layouts/devise.html.haml
+++ b/app/views/layouts/devise.html.haml
@@ -12,7 +12,7 @@
.row
.col-sm-5.pull-right.new-session-forms-container
= yield
- .col-sm-7.brand-holder.pull-left
+ .col-sm-7.brand-holder.float-left
%h1
= brand_title
= brand_image