Changed body and p elements to use font-size: 100%.

This commit is contained in:
Matts
2012-02-11 14:01:34 -05:00
parent 223b93e987
commit dc51c2c8da

View File

@@ -25,8 +25,8 @@
/* Styling for elements */
body { font-size: 14px; }
p { font-size: 15px; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; }
body { font-size: 100%; }
p { font-size: 100%; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; }
li { line-height: 1.6em; }
h3 { margin-top: 2.5em; }