22 lines
420 B
CSS
22 lines
420 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: "Dejavu Sans", dejavusans;
|
|
font-size:13px;
|
|
height:100%;
|
|
margin-top: 20pt;
|
|
} |