Adapted the padding due to the font-size modification

This commit is contained in:
Loïck Magniez 2017-11-23 16:24:08 +01:00
parent 54e834194b
commit 38cbff11a1
2 changed files with 6 additions and 1 deletions

View File

@ -38,6 +38,10 @@ body.grayedout { background-color: #eee !important }
color: black;
}
.innerdocbody>div{
padding: 1px;
}
body.doesWrap {
/* white-space: pre-wrap; */

View File

@ -3,8 +3,9 @@ html,
body,
p {
margin: 0;
padding: 0;
padding: 0px;
}
.clear {
clear: both
}