CSS validity fix TR-20130122
authorMichael Cooper <cooper@w3.org>
Tue, 22 Jan 2013 14:38:46 -0500
branchTR-20130122
changeset 80 71743051a4c4
parent 79 c1e665bbd620
child 81 1ccd467eaacb
CSS validity fix
src/css/screen.css
--- a/src/css/screen.css	Fri Jan 18 14:50:46 2013 -0500
+++ b/src/css/screen.css	Tue Jan 22 14:38:46 2013 -0500
@@ -76,7 +76,7 @@
 html kbd {
 	text-transform: lowercase;
 	font-variant: small-caps;
-	font-style: bold;
+	font-weight: bold;
 	font-size:1em; 
 }
 html pre { /* more specific selector than the default W3C style sheet */