From dc51c2c8da3d3c8570ffcdee11f01544ec1c90ce Mon Sep 17 00:00:00 2001 From: Matts Date: Sat, 11 Feb 2012 14:01:34 -0500 Subject: [PATCH] Changed body and p elements to use font-size: 100%. --- tuxlite_tbs/static/local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tuxlite_tbs/static/local.css b/tuxlite_tbs/static/local.css index 0401cc7..b8578b0 100644 --- a/tuxlite_tbs/static/local.css +++ b/tuxlite_tbs/static/local.css @@ -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; }