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