Maxim Sokhatsky 11 years ago
parent
commit
c2824af2d5
2 changed files with 3 additions and 5 deletions
  1. 3 3
      apps/web/priv/static/doc/svg_clean.htm
  2. 0 2
      apps/web/priv/static/doc/synrc.css

+ 3 - 3
apps/web/priv/static/doc/svg_clean.htm

@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<html>
+<html  style="margin:0; padding:0; overflow:hidden;">
 <head>
     <meta charset="utf-8"/>
 <link href="synrc.css" type="text/css" rel="stylesheet">
 <link href='http://fonts.googleapis.com/css?family=Exo+2:600' rel='stylesheet' type='text/css'>
 
 </head>
-<body>
+<body  style="margin:0; padding:0; overflow:hidden;">
 
-<svg id="Refined" width="900px">Placeholder for SVG Game Scene</svg>
+<svg id="Refined" width="900px" style="position:fixed; top:0; left:0; height:100%; width:100%;">Placeholder for SVG Game Scene</svg>
 
 
 <div style="display: none;" id="history">

+ 0 - 2
apps/web/priv/static/doc/synrc.css

@@ -1,5 +1,3 @@
-//html, body { margin:0; padding:0; overflow:hidden }
-//svg { position:fixed; top:0; left:0; height:100%; width:100% }
 
     A:link      { color: blue; }
     A:visited   { color: darkblue; }