Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Created September 13, 2014 13:10
Show Gist options
  • Select an option

  • Save dstyle0210/f3416922a722eff763e9 to your computer and use it in GitHub Desktop.

Select an option

Save dstyle0210/f3416922a722eff763e9 to your computer and use it in GitHub Desktop.
파이어폭스에서 버튼 간격지우기
/* 파이어폭스에서 버튼 간격지우기 */
button{margin:0;padding:0;border:0;background:none;}
button::-moz-focus-inner{ padding: 0;border: 0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment