Skip to content

Commit

Permalink
changed logo dimension
Browse files Browse the repository at this point in the history
  • Loading branch information
albanlv committed Apr 9, 2012
1 parent a4f67f9 commit c0124e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#logo{
width: 319px;
height: 40px;
height: 100px;
margin-top: 10px;
margin-left: 20px;
}
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<header>
<div id="logo">
<%= link_to image_tag("/assets/logo.jpg"), :controller => 'home', :action => 'index' %>
<%= link_to image_tag("/assets/logo.jpg", width =>" 319 px", heigh => "40px"), :controller => 'home', :action => 'index' %>
<div/>
</header>

Expand Down

0 comments on commit c0124e9

Please sign in to comment.