diff --git a/css/style.css b/css/style.css index 1aca9be..8cb74c0 100644 --- a/css/style.css +++ b/css/style.css @@ -68,6 +68,12 @@ td { vertical-align: top; } Author: Jonathan Verrecchia =================================================== */ +* { + -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ + -moz-box-sizing: border-box; /* Firefox, other Gecko */ + box-sizing: border-box; /* Opera/IE 8+ */ +} + body{ font:16px/24px Helvetica, Helvetica Neue, Arial, sans-serif; } .wrapper{