Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/FLYS.html @ 93:cda0662a03d2
Added style information to avoid body margin.
flys-client/trunk@1606 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 29 Mar 2011 12:39:31 +0000 |
parents | e4155a6833a9 |
children | cc3f481e9484 |
comparison
equal
deleted
inserted
replaced
92:fa3d9f79dff5 | 93:cda0662a03d2 |
---|---|
32 <!-- --> | 32 <!-- --> |
33 <!-- The body can have arbitrary html, or --> | 33 <!-- The body can have arbitrary html, or --> |
34 <!-- you can leave the body empty if you want --> | 34 <!-- you can leave the body empty if you want --> |
35 <!-- to create a completely dynamic UI. --> | 35 <!-- to create a completely dynamic UI. --> |
36 <!-- --> | 36 <!-- --> |
37 <body> | 37 <body style="margin:0px"> |
38 | 38 |
39 <!-- OPTIONAL: include this if you want history support --> | 39 <!-- OPTIONAL: include this if you want history support --> |
40 <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> | 40 <iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe> |
41 | 41 |
42 <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> | 42 <!-- RECOMMENDED if your web app will not function without JavaScript enabled --> |