annotate www/oi/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 d802954248a7
children
rev   line source
rob@100 1 svg { background-color: red; width:1000px; height:330px; display:block;}
rob@100 2 line { stroke: white; }
rob@100 3 text { fill: white;}
rob@100 4 path { stroke: white; fill: white; }
rob@100 5 rect { fill: white; }
rob@100 6 polygon { fill: white; }
rob@100 7 circle { stroke: white; }
rob@100 8