Skip to content

Instantly share code, notes, and snippets.

View filaruina's full-sized avatar

Filipe La Ruina filaruina

  • Spotify
  • Stockholm
View GitHub Profile
@filaruina
filaruina / dabblet.css
Created July 15, 2013 14:36 — forked from anonymous/dabblet.css
Botao from Hell
/**
* Botao from Hell
* Resolvido!
* removi o height e coloquei só o line-height e ele ficou alinhado no Fx e Chrome
*/
.btn {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
background: #515733;