Files
thetool/public/assets/css/print.css
2023-12-11 19:41:21 +01:00

33 lines
532 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 {
height:100%;
}
body {
font-family: "Open Sans", "Dejavu Sans", dejavusans, sans-serif;
font-size:11pt;
/*height:100%;*/
margin-top: 20pt;
}
.container {
margin-left: 18pt;
margin-right: 18pt;
}
.center {
text-align: center;
}
.bold {
font-weight: bold;
}