annotate www/martin/svg/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 |
a4a9059a3802 |
children |
|
rev |
line source |
rob@84
|
1 svg { width:900px; height:400px; display:block;}
|
rob@79
|
2 !line { stroke: white; }
|
rob@79
|
3 !text { fill: white;}
|
rob@79
|
4 !path { stroke: white; fill: white; }
|
rob@79
|
5 !rect { fill: white; }
|
rob@79
|
6 !polygon { fill: white; }
|
rob@79
|
7 !circle { stroke: white; }
|
rc@74
|
8
|