diff options
author | Andrey <ad@2d-arts.com> | 2015-10-02 11:24:12 +0200 |
---|---|---|
committer | Andrey <ad@2d-arts.com> | 2015-10-02 11:24:12 +0200 |
commit | fd86b66914c1fff35d38ed0715d64f7e9dfa2757 (patch) | |
tree | ab75e68d20b4b1c4662c792072d2c7d9defcfd57 /app/views/layouts/_page.html.haml | |
parent | a4383aea4ce5d610509d0019b85dabe90695deec (diff) | |
download | gitlab-ce-fd86b66914c1fff35d38ed0715d64f7e9dfa2757.tar.gz |
CSS markup fixed
Everything is fixed according DZ comments.
Added a bit sexy transition for our project buttons ><
Diffstat (limited to 'app/views/layouts/_page.html.haml')
-rw-r--r-- | app/views/layouts/_page.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/_page.html.haml b/app/views/layouts/_page.html.haml index 95a6267e2eb..1f4ade81ed2 100644 --- a/app/views/layouts/_page.html.haml +++ b/app/views/layouts/_page.html.haml @@ -25,5 +25,5 @@ = render "layouts/flash" %div{ class: container_class } .content - .clearfix.max_height + .clearfix.max-height = yield |