From 42d1a03acc8f40126df9eadaa676b7116c8a2cc8 Mon Sep 17 00:00:00 2001 From: stabijoh Date: Thu, 23 Jun 2011 06:52:38 -0400 Subject: [PATCH] MDL-27998 canvas theme - fix font sizes --- theme/canvas/style/core.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/canvas/style/core.css b/theme/canvas/style/core.css index 37afb361343..980c8bd1e3a 100644 --- a/theme/canvas/style/core.css +++ b/theme/canvas/style/core.css @@ -9,7 +9,7 @@ body { } #page { - font-size: 85%; + font-size: 108%; line-height: 1.4; }