view app/assets/stylesheets/box.css @ 126:bf214f66874d

Reverted customizations to bootstrap.
author Edho Arief <edho@myconan.net>
date Mon, 12 Nov 2012 16:36:03 +0700
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+ */
}