diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-12 17:48:17 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2012-02-12 17:48:17 +0200 |
commit | 0cd873c2d3724bc373e1d8b9e5b32c01e32c1927 (patch) | |
tree | 8fba25c80c4c3e052e64979356bdcef61748b00b /app/views/layouts/devise.html.haml | |
parent | c0e622eae2f4b940b8488cf5f5e76d34034ae82a (diff) | |
download | gitlab-ce-0cd873c2d3724bc373e1d8b9e5b32c01e32c1927.tar.gz |
fixed layout for ipad. changed main width
Diffstat (limited to 'app/views/layouts/devise.html.haml')
-rw-r--r-- | app/views/layouts/devise.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/devise.html.haml b/app/views/layouts/devise.html.haml index 43c35623293..efa99f743cc 100644 --- a/app/views/layouts/devise.html.haml +++ b/app/views/layouts/devise.html.haml @@ -3,4 +3,4 @@ = render "layouts/head" %body.login-page = render :partial => "layouts/flash" - .container-fluid= yield + .container= yield |