[imp] changed declaration of body

bzr revid: nicolas.vanhoren@openerp.com-20120104130952-61ti896e6pxgorps
This commit is contained in:
niv-openerp 2012-01-04 14:09:52 +01:00
parent e9e419089e
commit f2cf2066a2
2 changed files with 1 additions and 6 deletions

View File

@ -89,7 +89,7 @@ html_template = """<!DOCTYPE html>
});
</script>
</head>
<body></body>
<body style="margin: 0;height: 100%%;"></body>
</html>
"""

View File

@ -1,9 +1,4 @@
body {
margin: 0;
height: 100%;
}
.openerp {
padding: 0;
margin: 0;