From 26836ef4aa99817b1d2881215495b3cf11439d0e Mon Sep 17 00:00:00 2001 From: raylu Date: Wed, 12 Jun 2013 19:24:06 -0700 Subject: line-height on homepage --- static/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/style.css b/static/style.css index 7050809..4753fd5 100644 --- a/static/style.css +++ b/static/style.css @@ -26,6 +26,10 @@ a:hover { float: right; } +#wrap #content p { + line-height: 1.5; +} + #wrap #nav { float: left; width: 175px; -- cgit v1.2.3