Toksyuryel (toksyuryel)'s status on Monday, 10-Dec-12 17:48:37 UTC

  1. @widget It is safe to change box-sizing to border-box despite being a CSS3 property if the following line is use: * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

    Monday, 10-Dec-12 17:48:37 UTC from web in context