csswg alternate-spec-style.css,1.1,1.2

Update of /sources/public/csswg
In directory hutz:/tmp/cvs-serv15651

Modified Files:
	alternate-spec-style.css 
Log Message:
Fixed font family names. Increased text contrast (made colors darker)

Index: alternate-spec-style.css
===================================================================
RCS file: /sources/public/csswg/alternate-spec-style.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- alternate-spec-style.css	31 Jan 2012 12:10:47 -0000	1.1
+++ alternate-spec-style.css	16 Feb 2012 17:24:47 -0000	1.2
@@ -1,7 +1,7 @@
 body {
-    font-family: 'DroidSerifRegular', 'Droid Serif', serif;
+    font-family: 'DroidSerif', 'Droid Serif', serif;
     font-size: 15px;
-    color: #2f2f2f;
+    color: #1f1f1f;
     line-height: 1.7em;
     padding-left: 8em;
 }
@@ -34,7 +34,7 @@
 }
 
 h1, h2, h3, h4, h5, h6 {
-    color: #4f4f4f;
+    color: #2f2f2f;
     font-weight: bold;
 }
 
@@ -59,7 +59,7 @@
 }
 
 h1, h2, h3, h4, h5, h6, table, th, tr, td {
-    font-family: 'DroidSerifRegular', 'Droid Serif', serif;
+    font-family: 'DroidSerif', 'Droid Serif', serif;
 }
 
 h1+h2 {
@@ -105,8 +105,8 @@
 
 pre, code {
     font-family: 'DroidSansMonoRegular', 'Droid Sans Mono', Inconsolata, monospace;
-    font-size: 83%;
-    line-height: 1.4em;
+    font-size: 89%;
+    line-height: 1.45em;
 }
 
 code.xml, code.html, code.css {

Received on Thursday, 16 February 2012 17:24:50 UTC