Make background colour of front page and changes appendix white, as they do not really need review.
authorCameron McCormack <cam@mcc.id.au>
Tue, 04 Feb 2014 15:27:06 +1100
changeset 600 bd73dcb53208
parent 599 c144d4186eeb
child 601 a242e79e3a12
Make background colour of front page and changes appendix white, as they do not really need review.
master/Overview.html
master/changes.html
master/style/default_svg.css
--- a/master/Overview.html	Tue Feb 04 15:03:33 2014 +1100
+++ b/master/Overview.html	Tue Feb 04 15:27:06 2014 +1100
@@ -12,7 +12,7 @@
   -->
   <!-- W3C style sheet will be added here during processing. -->
 </head>
-<body>
+<body class="ready-for-wider-review">
 
 <div class="head">
   <p><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/></a></p>
--- a/master/changes.html	Tue Feb 04 15:03:33 2014 +1100
+++ b/master/changes.html	Tue Feb 04 15:27:06 2014 +1100
@@ -15,7 +15,7 @@
     .added-since-last-wd {background-color: #FBFBB6 ! important;}
   </style>
 </head>
-<body>
+<body class="ready-for-wider-review">
 
 <h1>Changes from SVG 1.1</h1>
 
--- a/master/style/default_svg.css	Tue Feb 04 15:03:33 2014 +1100
+++ b/master/style/default_svg.css	Tue Feb 04 15:27:06 2014 +1100
@@ -291,10 +291,10 @@
     padding-right: 16px;
 }
 
-.chaper-Overview,
-.chaper-Overview h1,
-.chaper-Overview h2,
-.chaper-Overview h3,
+.chapter-Overview,
+.chapter-Overview h1,
+.chapter-Overview h2,
+.chapter-Overview h3,
 body.ready-for-wider-review,
 h1.ready-for-wider-review,
 h2.ready-for-wider-review,
@@ -306,11 +306,10 @@
     background-color: white ! important;
 }
 
-.chaper-Overview,
-.chaper-Overview h1,
-.chaper-Overview h2,
-.chaper-Overview h3,
-body.ready-for-wider-review,
+.chapter-Overview,
+.chapter-Overview h1,
+.chapter-Overview h2,
+.chapter-Overview h3,
 h1.ready-for-wider-review,
 h2.ready-for-wider-review,
 h3.ready-for-wider-review,