[DOC] Document full.css

bzr revid: fme@openerp.com-20121219104025-bg4o1v6y90csxjjd
This commit is contained in:
Fabien Meghazi 2012-12-19 11:40:25 +01:00
parent 698369a0cf
commit ac0045d3c3
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
/* This css contains the styling specific to the 'normal mode'. (as opposite to the embedded mode) */
/* In embedded mode [1], this stylesheet won't be loaded. */
/* [1] The web client features an embedded mode in which the webclient */
/* or a part of it can be started in any element of any webpage host. */
body {
padding: 0;
margin: 0;
overflow-y: scroll;
height: 100%;
}
}