The following issues were addressed in this release:
- #173: Remove maximum scale for accessibility
- #184: Changed Google Fonts link
- #205: Added input types for "tel" and "url". Also cleaned a few other small form styles
- #196: Cleaned up property order to match the general principles outlined here: http://markdotto.com/2011/11/29/css-property-order/
- #186: Addressed smaller viewports being limited to 80%. Now
.container
uses 20px padding for any viewport sub-400px, 85% width for 400-550px viewport, and 80% for 550px and larger viewports (with the same default max-width of 960px) - Made small grid improvements in decreasing specificities drastically and removing default bottom margin on
.row