css tweaks

alfred-data
Nils Schneider 2012-06-08 17:32:19 +02:00
parent 2a5dd790c7
commit 8b90672722
2 changed files with 6 additions and 4 deletions

View File

@ -8,7 +8,8 @@
.node text { .node text {
font-size: 10px; font-size: 10px;
color: #333; fill: #fff;
font-weight: bold;
} }
.link line { .link line {
@ -18,12 +19,13 @@
} }
.node ellipse { .node ellipse {
fill: #fff; fill: #04f;
stroke: #04f; stroke: #04f;
} }
.node ellipse.gateway { .node ellipse.gateway {
stroke: #FF7F0E; stroke: #ff7f0e;
fill: #ff7f03;
} }
.node ellipse.client { .node ellipse.client {

View File

@ -9,7 +9,7 @@
.node text { .node text {
font-size: 10px; font-size: 10px;
color: #333; fill: #333;
} }
.link line { .link line {