svg2: Fix colour patch styling in types.html.

details:   https://svgwg.org/hg/svg2/rev/c5b91613fb05
branches:  
changeset: 328:c5b91613fb05
user:      Cameron McCormack <cam@mcc.id.au>
date:      Tue Aug 21 14:06:38 2012 +1000
description:
Fix colour patch styling in types.html.

diffstat:

 master/style/default_svg.css |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (14 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
@@ -324,8 +324,10 @@ table.attrtable tbody td:first-child { w
 .attrtable tbody td, .attrtable tbody th { vertical-align: baseline }
 .attrtable thead th:first-child + th, .attrtable tbody th + td { text-align: left }
 
 table > caption { caption-side: bottom }
 
 table.PathDataTable { border-spacing: 2px; border-style: outset; border-width: 1px }
 table.PathDataTable td,
 table.PathDataTable th { padding: 5px; border-style: inset; border-width: 1px }
+
+.colorpatch { width: 14px; height: 14px; border: 1px solid black; }

Received on Tuesday, 21 August 2012 04:07:13 UTC