Cleanup CSS
diff --git a/web/gui/src/main/webapp/onos.css b/web/gui/src/main/webapp/onos.css
index 9f3d4e8..061cb5b 100644
--- a/web/gui/src/main/webapp/onos.css
+++ b/web/gui/src/main/webapp/onos.css
@@ -93,7 +93,6 @@
     stroke: #666;
     stroke-width: 2.0px;
     opacity: .7;
-    /*marker-end: url(#end);*/
 
     transition: opacity 250ms;
     -webkit-transition: opacity 250ms;
@@ -110,7 +109,6 @@
 }
 
 svg g.portLayer text {
-    Xstroke: #fff;
     font: 8pt sans-serif;
     pointer-events: none;
 }
@@ -126,7 +124,6 @@
 svg .node.device.fixed rect {
     stroke-width: 1.5;
     stroke: #ccc;
-    Xstroke-dasharray: 4,2;
 }
 
 svg .node.device.roadm rect {