X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f0d9a5e593a4e0e913cbce250dcd60521db5136..b4231b0645214b4b40d6600de12a172f98ad45b2:/docs/source/platform.rst diff --git a/docs/source/platform.rst b/docs/source/platform.rst index b8286bef04..aa2574749c 100644 --- a/docs/source/platform.rst +++ b/docs/source/platform.rst @@ -7,11 +7,6 @@ window.onload=function() { // Wait for the SVG to be loaded before changing it var elem=document.querySelector("#TOC").contentDocument.getElementById("PlatformBox") elem.style="opacity:0.93999999;fill:#ff0000;fill-opacity:0.1;stroke:#000000;stroke-width:0.35277778;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"; - - for (name of ["RoutingBox", "ProfileBox"]) { - var elem=document.querySelector("#TOC").contentDocument.getElementById(name) - elem.style="fill-opacity:0;opacity:0.93999999;stroke:#000000;stroke-width:0.35277778;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"; - } }