Skip to content

Commit

Permalink
Merge pull request #7 from krautcomputing/fix_register_icon
Browse files Browse the repository at this point in the history
Fix register icon
  • Loading branch information
darkleaf committed Aug 4, 2014
2 parents 33848da + 354e5aa commit a5adf0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/errbit.css.erb
Expand Up @@ -371,7 +371,7 @@ form div.buttons button.sign_in {
}
form div.buttons a.register {
padding-left: 40px;
background: transparent url(images/icons/add.png) 6px 6px no-repeat;
background: transparent url(<%= asset_path "images/icons/add.png" %>) 6px 6px no-repeat;
}
form strong.option {
display: block;
Expand Down

0 comments on commit a5adf0b

Please sign in to comment.