- From: SVG Working Group repository <cam@mcc.id.au>
- Date: Sat, 15 Sep 2012 09:03:47 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/6d3487a7e20d
branches:
changeset: 377:6d3487a7e20d
user: Cameron McCormack <cam@mcc.id.au>
date: Sun Sep 16 02:04:23 2012 +1000
description:
Put a bit more padding around the white "ready-for-wider-review" sections.
diffstat:
master/style/default_svg.css | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (28 lines):
diff --git a/master/style/default_svg.css b/master/style/default_svg.css
--- a/master/style/default_svg.css
+++ b/master/style/default_svg.css
@@ -287,20 +287,20 @@ body.ready-for-wider-review,
h1.ready-for-wider-review,
h2.ready-for-wider-review,
h3.ready-for-wider-review,
.ready-for-wider-review > h1,
.ready-for-wider-review > h2,
.ready-for-wider-review > h3,
.ready-for-wider-review {
background-color: white ! important;
- margin-left: 0;
- margin-right: 0;
- padding-left: 0;
- padding-right: 0;
+ margin-left: -16px;
+ margin-right: -16px;
+ padding-left: 16px;
+ padding-right: 16px;
}
.svg2-requirement table { border-collapse: collapse; width: 100% }
.svg2-requirement table th { font-weight: normal; font-style: italic; padding-right: 1em; white-space: nowrap; width: 1px }
.svg2-requirement tr:first-child td,
.svg2-requirement tr:first-child th { font-weight: bold; font-style: normal; border-top: none }
.svg2-requirement table th, .svg2-requirement table td { text-align: left; vertical-align: baseline; border-top: 1px solid #D398E0; padding: 0.5em }
Received on Saturday, 15 September 2012 16:04:56 UTC