view app/assets/stylesheets/box.css @ 92:b09ae54df3cd

Ignores bundler gem deployment path.
author Edho Arief <edho@myconan.net>
date Sat, 10 Nov 2012 15:17:05 +0000
parents 50b8738d6428
children
line wrap: on
line source

* { 
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}