GUI -- Cleaned up topo CSS. Removed dasharray from animated optical link.

Change-Id: I85ccc08b07137ae380cf8ce3be7b7f9c249ccbbe
diff --git a/web/gui/src/main/webapp/topo.css b/web/gui/src/main/webapp/topo.css
index ead2730..08920e7 100644
--- a/web/gui/src/main/webapp/topo.css
+++ b/web/gui/src/main/webapp/topo.css
@@ -65,7 +65,7 @@
 }
 
 #topo svg .node.device rect {
-    stroke-width: 1.5px;
+    stroke-width: 1.5;
 }
 
 #topo svg .node.device.fixed rect {
@@ -163,7 +163,6 @@
 #topo svg .link.animated.optical {
     stroke: #74f;
     stroke-width: 10px;
-    stroke-dasharray: 8 8
 }
 
 #topo svg .linkLabel rect {
@@ -173,7 +172,7 @@
 #topo svg .linkLabel text {
     text-anchor: middle;
     stroke: #777;
-    stroke-width: 0.1px;
+    stroke-width: 0.1;
     font-size: 9pt;
 }
 
@@ -198,14 +197,14 @@
 
 #topo-summary h2 {
     position: absolute;
-    margin: 0px 4px;
+    margin: 0 4px;
     top: 20px;
     left: 50px;
     color: black;
 }
 
 #topo-summary h3 {
-    margin: 0px 4px;
+    margin: 0 4px;
     top: 20px;
     left: 50px;
     color: black;
@@ -253,14 +252,14 @@
 
 #topo-detail h2 {
     position: absolute;
-    margin: 0px 4px;
+    margin: 0 4px;
     top: 20px;
     left: 50px;
     color: black;
 }
 
 #topo-detail h3 {
-    margin: 0px 4px;
+    margin: 0 4px;
     top: 20px;
     left: 50px;
     color: black;