Put a bit of yellow/white on the left/right of sections ready for review.
authorCameron McCormack <cam@mcc.id.au>
Fri, 18 May 2012 16:00:52 +1000
changeset 106 ead2d7ef86e0
parent 105 412043417c0c
child 107 42787b381607
Put a bit of yellow/white on the left/right of sections ready for review.
master/style/default_svg.css
--- 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;
 }