css tweaks

This commit is contained in:
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 {
font-size: 10px;
color: #333;
fill: #fff;
font-weight: bold;
}
.link line {
@ -18,12 +19,13 @@
}
.node ellipse {
fill: #fff;
fill: #04f;
stroke: #04f;
}
.node ellipse.gateway {
stroke: #FF7F0E;
stroke: #ff7f0e;
fill: #ff7f03;
}
.node ellipse.client {

View file

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