Move quotes around element/attribute links outside of the link itself.
authorCameron McCormack <cam@mcc.id.au>
Fri, 01 Jun 2012 09:43:57 +1000
changeset 182 4a6ea07112c5
parent 181 ccb9d9f77b5c
child 183 abbc5baa2fbb
Move quotes around element/attribute links outside of the link itself.
master/changes.html
master/style/default_svg.css
--- a/master/changes.html	Mon May 28 17:28:23 2012 +0200
+++ b/master/changes.html	Fri Jun 01 09:43:57 2012 +1000
@@ -68,7 +68,7 @@
 
   <li>Added the <a>'paint-order'</a> property.</li>
 
-  <li>Moved the <span class='prop-name'>color-interpolation-filters</span> property
+  <li>Moved the <span class='property'>color-interpolation-filters</span> property
   to the Filter Effects specification.</li>
 
   <li>Added the <a>'buffered-rendering'</a> property.</li>
--- a/master/style/default_svg.css	Mon May 28 17:28:23 2012 +0200
+++ b/master/style/default_svg.css	Fri Jun 01 09:43:57 2012 +1000
@@ -46,20 +46,21 @@
     font-weight: bold;
     font-size: 90%
 }
-.element-name {
-    color: #A52A2A;
+.element-name, .element-name > a > span, .attr-name, .attr-name > a > span {
     font-weight: bold;
+}
+.element-name, .attr-name {
     font-size: 90%
 }
-.attr-name {
+.element-name > a, .attr-name > a {
+    color: black;
+    font-weight: normal;
+}
+.element-name, .element-name > a > span {
+    color: #A52A2A;
+}
+.attr-name, .attr-name > a > span {
     color: #2A2AA5;
-    font-weight: bold;
-    font-size: 90%
-}
-.prop-name {
-    color: black;
-    font-weight: bold;
-    font-size: 90%
 }
 .attr-value, .prop-value {
     font-weight: bold;