Skip to content

Commit

Permalink
make top panel static - not fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets committed Apr 8, 2013
1 parent eec2e17 commit 834e507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/assets/stylesheets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ $style_color: #5bc;

body {
color:#666;
padding: 65px 0;
font-size: 13px;
}

Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
= csrf_meta_tags
= favicon_link_tag 'favicon.ico'
%body
.navbar.navbar-fixed-top.navbar-ci
.navbar.navbar-static-top.navbar-ci
.navbar-inner
.container-fluid
= link_to 'GitLab CI', root_path, class: "brand"
Expand Down

0 comments on commit 834e507

Please sign in to comment.