css: add normalizer, and fix previous rules

Some old rules was build with box-sizing: content-box. Switching now to border-box change how containers are calculated
This commit is contained in:
Sebastian Castro 2020-04-06 12:20:22 +02:00 committed by muxator
parent ae1a2531f8
commit fb5a65c5fc
8 changed files with 432 additions and 23 deletions

View file

@ -25,7 +25,6 @@ html.inner-editor {
#innerdocbody {
padding: 10px;
overflow: hidden;
box-sizing: border-box;
background-color: white;
}
#innerdocbody, #sidediv {
@ -117,7 +116,6 @@ body.doesWrap:not(.noprewrap) > div {
visibility: hidden;
width: 0;
padding: 0;
box-sizing: border-box;
}
}