annotate www/martin/css/svg-stylesheet.css @ 101:52e44ee1c791 tip master

enabled all scores in autostart script
author Rob Canning <rc@kiben.net>
date Tue, 21 Apr 2015 16:20:57 +0100
parents e4db7d4d1d08
children
rev   line source
rob@79 1 svg { background-color: red; width:1000px; height:330px; display:block;}
rc@74 2 line { stroke: white; }
rc@74 3 text { fill: white;}
rc@74 4 path { stroke: white; fill: white; }
rc@74 5 rect { fill: white; }
rc@74 6 polygon { fill: white; }
rc@74 7 circle { stroke: white; }
rc@74 8