From cb3e35a2f7a551b8c59569063644b283ee3ec2c2 Mon Sep 17 00:00:00 2001 From: Matts Date: Wed, 1 Feb 2012 20:40:41 -0500 Subject: Added line-height: 1.6em to "p" element --- tuxlite_tbs/static/local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuxlite_tbs/static/local.css b/tuxlite_tbs/static/local.css index f6dcc83..b574b92 100644 --- a/tuxlite_tbs/static/local.css +++ b/tuxlite_tbs/static/local.css @@ -26,7 +26,7 @@ /* Styling for elements */ body { font-size: 14px; } -p { font-size: 15px; } +p { font-size: 15px; line-height: 1.6em; } /* Styling for articles */ -- cgit