markdown-toolbar 0.0.6 → 0.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
}
|
|
31
31
|
<% %w{ bold italic strike list_bullets list_numbers heading_2 heading_3 link image}.each_with_index do |button, index| %>
|
|
32
32
|
.mdt_button_<%= button %> {
|
|
33
|
-
background: url(
|
|
33
|
+
background: url( '<%= asset_path "/images/text_#{button}.png" %>' );
|
|
34
34
|
&:active{
|
|
35
35
|
background-position: 1px 1px;
|
|
36
36
|
}
|