Skip to content

Instantly share code, notes, and snippets.

View charlesmartucci's full-sized avatar

Charles Martucci charlesmartucci

  • San Francisco, CA
View GitHub Profile
@charlesmartucci
charlesmartucci / gist:1571741
Created January 6, 2012 18:16
Button Classes
/*BUTTONS */
/* button */
.btn
{
padding: 0 10px;
height: 28px;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 49%, #fcfcfc 51%, #fafafa 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(49%,#ffffff), color-stop(51%,#fcfcfc), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */