1/** 2 * Style Adjustments for the edittable plugin 3 */ 4#dokuwiki__content.main-content { 5 div.editbutton_table form div.no { 6 button, 7 input.button { 8 margin-top: 0; 9 font-size: @font-size-very-small; 10 } 11 } 12} 13