
After forking from Ryu, the namespace needs to change from 'ryu' to 'os_ken' so that it won't collide with the namespace of the old library. Change-Id: I807a8785e525cc02825d15a1a01eec3d5d20cce4
31 lines
306 B
CSS
31 lines
306 B
CSS
#topology {
|
|
border: 1px solid #000000;
|
|
}
|
|
|
|
.node {
|
|
}
|
|
|
|
.node.fixed {
|
|
fill: #C0C0C0;
|
|
}
|
|
|
|
.node text {
|
|
font-size: 14px;
|
|
}
|
|
|
|
.link {
|
|
stroke: #090909;
|
|
stroke-opacity: .6;
|
|
stroke-width: 2px;
|
|
}
|
|
|
|
.port circle {
|
|
stroke: black;
|
|
fill: #C5F9F9;
|
|
}
|
|
|
|
.port text {
|
|
font-size: 10px;
|
|
}
|
|
|