From 4f0c90ff1fea80e4b1997b3cdcc02a0ee5a2110d Mon Sep 17 00:00:00 2001 From: Eli Friedman Date: Tue, 20 Jan 2009 17:56:18 +0000 Subject: [PATCH] Pixel font sizes are evil. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62586 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/content.css b/www/content.css index 2fe5fd70c9..f8406f31ce 100644 --- a/www/content.css +++ b/www/content.css @@ -1,6 +1,6 @@ html, body { padding:0px; - font-size:12px; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222; + font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222; line-height:1.5; } @@ -20,4 +20,4 @@ IMG.img_slide { } /* Tables */ -tr { vertical-align:top } \ No newline at end of file +tr { vertical-align:top } -- 2.40.0