[cfe-commits] r52196 - /cfe/trunk/www/content.css
Ted Kremenek
kremenek at apple.com
Tue Jun 10 22:29:48 PDT 2008
Author: kremenek
Date: Wed Jun 11 00:29:48 2008
New Revision: 52196
URL: http://llvm.org/viewvc/llvm-project?rev=52196&view=rev
Log:
Use sans-serif font.
Modified:
cfe/trunk/www/content.css
Modified: cfe/trunk/www/content.css
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/content.css?rev=52196&r1=52195&r2=52196&view=diff
==============================================================================
--- cfe/trunk/www/content.css (original)
+++ cfe/trunk/www/content.css Wed Jun 11 00:29:48 2008
@@ -1,5 +1,7 @@
-html, body {
- padding:0px;
+html, body {
+ padding:0px;
+ color:#000000; background-color:#ffffff;
+ font-family: Helvetica, sans-serif;
}
/* Slides */
More information about the cfe-commits
mailing list