Put a bit of yellow/white on the left/right of sections ready for review.
--- a/master/style/default_svg.css Fri May 18 16:00:29 2012 +1000
+++ b/master/style/default_svg.css Fri May 18 16:00:52 2012 +1000
@@ -251,6 +251,10 @@
.ready-for-wg-review > h3,
.ready-for-wg-review {
background-color: #FBFBB6 ! important;
+ margin-left: -16px;
+ margin-right: -16px;
+ padding-left: 16px;
+ padding-right: 16px;
}
body.chapter-index,
@@ -266,4 +270,8 @@
.ready-for-wider-review > h3,
.ready-for-wider-review {
background-color: white ! important;
+ margin-left: -16px;
+ margin-right: -16px;
+ padding-left: 16px;
+ padding-right: 16px;
}