rods%netscape.com 541f4e5592 These changes have been sitting in my tree for quite a while.
Without them some web developers could be misled as to
how frames and reflow work for SVG. It isn't right for me to leave
sitting here in my tree so I am checking them in
(plus I don't want to accidently lose them)


git-svn-id: svn://10.0.0.236/trunk@71165 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-31 13:58:03 +00:00

34 lines
411 B
CSS

polygon {
color: black;
}
polygon[id="grid"] {
color: black;
}
polygon[id="bar1"] {
color: green;
}
polygon[id="rect"] {
color: blue;
}
polygon[id="bg"] {
color: #DDDDDD;
}
polygon[id="bar21"], polygon[id="bar22"], polygon[id="bar23"] {
color: #6F00DD;
}
polygon[id="bargrid21"], polygon[id="bargrid22"], polygon[id="bargrid23"] {
color: black;
}
polygon[id="poly"] {
color: #c0d0f0;
}