Sha256: f35a0ebdafaa561d6e23de1a6db20976183b28219dcc39a616a751e17e0d3c95
Contents?: true
Size: 807 Bytes
Versions: 3
Compression:
Stored size: 807 Bytes
Contents
.markdown-toolbar-panel { height: 20px; border: 1px solid #aaa; background: #fafafa; margin-bottom:0; border-bottom:0; overflow: hidden; } .markdown-upload-panel { margin-top:0; border-top:0; padding:5px; } .mdt_buttons { width:auto; display:inline-block; margin-top:2px; margin-bottom:2px; height: 20px; overflow: hidden; } .mdt_button { width:16px; height:16px; cursor:pointer; display:inline-block; float:left; margin-left:2px; } <% %w{ delimiter code blockquote bold italic strike list_bullets list_numbers heading_1 heading_2 heading_3 link image}.each_with_index do |button, index| %> .mdt_button_<%= button %> { background: url( <%= asset_path "text_#{button}.png" %>); } .mdt_button_<%= button %>:active{ background-position: 1px 1px; } <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems