connectivedx / Phoenix

http://connectivedx.github.io/Phoenix/
33 stars 5 forks source link

Changing font-size declaration to be an integer rather than a percentage #39

Closed ajmueller closed 10 years ago

ajmueller commented 10 years ago

Font-size used to be declared by altering the $baseFontPercentage variable. I've changed this so you set the $baseFontSize as an integer instead. This is much clearer than using a percentage (e.g. you set it to 14 instead of 87.5%).