We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda251c commit 733c411Copy full SHA for 733c411
lib/assets/stylesheets/css3buttons/styles.css renamed to lib/assets/stylesheets/css3buttons/styles.css.erb
@@ -81,7 +81,7 @@ http://github.com/necolas/css3-github-buttons
81
width: 12px;
82
height: 12px;
83
margin: 0 0.75em 0 -0.25em;
84
- background: url(css3buttons/icons.png) 0 99px no-repeat;
+ background: url(<%= asset_path "css3buttons/icons.png" %>) 0 99px no-repeat;
85
}
86
87
.button.arrowup.icon:before { background-position: 0 0; }
0 commit comments