Skip to content

Commit

Permalink
Added urbem logo for puebla
Browse files Browse the repository at this point in the history
  • Loading branch information
abisosa committed Jun 17, 2015
1 parent fe38c74 commit 520f13f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Binary file added app/assets/images/puebla-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions app/assets/stylesheets/shared/layout.scss
Expand Up @@ -40,6 +40,14 @@
padding: 15px;
}

img.navbar-logo {
width: 160px;
}

.navbar-nav {
padding: 15px;
}

#footer {
height: 100px;
background-color: #303030;
Expand Down
3 changes: 2 additions & 1 deletion app/views/shared/_header.html.haml
Expand Up @@ -5,7 +5,8 @@
%span.icon-bar
%span.icon-bar
%span.icon-bar
= link_to t('public_nav_bar.name'), root_path, class: 'navbar-brand'
= link_to root_path, class: "navbar-brand" do
= image_tag 'puebla-logo.png', class: "navbar-logo"
.navbar-collapse.collapse
%ul.nav.navbar-nav
%li
Expand Down

0 comments on commit 520f13f

Please sign in to comment.