From 5fc36f559f34afbe34e0abcf1c6daeb0549cb5db 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 6df7891bfd9..99c64e0a0d9 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; }