Files
thetool/public/assets/css/print.css
2023-01-18 23:08:34 +01:00

30 lines
500 B
CSS

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Aug 26, 2021, 11:23:34 PM
Author : fronk
*/
html {
margin-left: 18pt;
margin-right: 18pt;
height:100%;
}
body {
font-family: "Open Sans", "Dejavu Sans", dejavusans;
font-size:11pt;
height:100%;
margin-top: 20pt;
}
.center {
text-align: center;
}
.bold {
font-weight: bold;
}