16 lines
158 B
CSS
16 lines
158 B
CSS
|
body
|
||
|
{
|
||
|
font-family: sans-serif;
|
||
|
font-size: 10pt;
|
||
|
max-height: 100%;
|
||
|
}
|
||
|
|
||
|
p:first-child
|
||
|
{
|
||
|
margin-top: 0;
|
||
|
}
|
||
|
p:last-child
|
||
|
{
|
||
|
margin-bottom: 0;
|
||
|
}
|