move legend color to -light.css/-big.css

This commit is contained in:
Nils Schneider 2012-06-15 20:39:57 +02:00
parent 0509125505
commit 1be08f3ca6
3 changed files with 6 additions and 4 deletions

View file

@ -49,4 +49,6 @@
fill: #C83771;
}
#legend {
color: #ddd;
}

View file

@ -55,4 +55,6 @@
fill: #C83771;
}
#legend {
color: #777;
}

View file

@ -141,7 +141,6 @@
#legend ul {
list-style: none;
font-size: 9pt;
color: #888;
}
#legend li {
@ -157,5 +156,4 @@
#legend h2 {
margin-top: 0;
font-size: 9pt;
color: #888;
}