Pixel font sizes are evil.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62586 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/content.css b/www/content.css
index 2fe5fd7..f8406f3 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 @@
 }

 

 /* Tables */

-tr { vertical-align:top }
\ No newline at end of file
+tr { vertical-align:top }