updated key value class names
authorschepers
Wed, 14 Apr 2010 15:37:20 +0900
changeset 245 40be07ef6ceb
parent 244 33079499a0cb
child 246 c7ab4e5428ac
updated key value class names
html/spec.css
--- a/html/spec.css	Sun Feb 28 22:02:40 2010 +0900
+++ b/html/spec.css	Wed Apr 14 15:37:20 2010 +0900
@@ -254,21 +254,21 @@
   font-size: 1.13em;
 }
 
-.charval {
-  color: #191970;
-  background-color: #ffe4b5;
-}
-
 .keyname {
   color: #191970;
   background-color: #b0e0e6;
 }
 
-.codepoint {
+.charval {
   color: #191970;
   background-color: #98fb98;
 }
 
+.charrep {
+  color: #191970;
+  background-color: #ffe4b5;
+}
+
 dl#key-id-set dt {
   display: inline;
 }