Mercurial > zeropaste
view app/assets/stylesheets/box.css @ 89:de4ce9ce1cc1
Added documentation on posting with gzip.
author | Edho Arief <edho@myconan.net> |
---|---|
date | Tue, 06 Nov 2012 11:16:47 +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+ */ }