I'm wondering why does WordPress's default theme mix up the css measurement units?
For example:
.one-column.singular #author-info { margin: 2.2em -8.8% 0; padding: 20px 8.8%;} Wouldn't be easier to understand and to work if all them were pixel based?
Thanks