Added margins to 'li' and 'p' elements.

This commit is contained in:
Matts
2012-02-11 05:53:08 -05:00
parent cb3e35a2f7
commit 7317bd8232

View File

@@ -26,7 +26,8 @@
/* Styling for elements */
body { font-size: 14px; }
p { font-size: 15px; line-height: 1.6em; }
p { font-size: 15px; line-height: 1.6em; margin-top: 0.8em; margin-bottom: 0.8em; }
li { line-height: 1.6em; }
/* Styling for articles */