OSDN Git Service

docs: try darker text and shorter line height
authorScott Main <smain@google.com>
Sat, 23 Jun 2012 18:20:48 +0000 (11:20 -0700)
committerScott Main <smain@google.com>
Sat, 23 Jun 2012 18:20:48 +0000 (11:20 -0700)
Change-Id: I7fe3cdc0a0f5cdfd8bcb69b1e1a2d11d8b5301d3

tools/droiddoc/templates-sdk/assets/css/default.css

index 75e8dfd..e1b1789 100644 (file)
@@ -20,8 +20,8 @@ html, body {
   /* turned off ligatures due to bug 5945455 */ }
 
 body {
-  color: #444;
-  font: 14px/21px Roboto, sans-serif;
+  color: #000;
+  font: 14px/19px Roboto, sans-serif;
   font-weight: 400;
   letter-spacing:.1;
   padding:0 10px; }