Skip to content

Commit 733c411

Browse files
committed
Make it compatible with rake assets:precompile
1 parent cda251c commit 733c411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/assets/stylesheets/css3buttons/styles.css renamed to lib/assets/stylesheets/css3buttons/styles.css.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ http://github.com/necolas/css3-github-buttons
8181
width: 12px;
8282
height: 12px;
8383
margin: 0 0.75em 0 -0.25em;
84-
background: url(css3buttons/icons.png) 0 99px no-repeat;
84+
background: url(<%= asset_path "css3buttons/icons.png" %>) 0 99px no-repeat;
8585
}
8686

8787
.button.arrowup.icon:before { background-position: 0 0; }

0 commit comments

Comments
 (0)