Use pixels for the body size

This is should match the existing style more closely.
This commit is contained in:
Daniel James 2017-09-08 20:07:53 +01:00
parent fc920cb2bb
commit a2e1dc44f5

View file

@ -18,7 +18,7 @@ Body defaults
body
{
margin: 1em;
font-size: 10pt;
font-size: 16px;
font-family: sans-serif;
}
@ -26,7 +26,7 @@ Body defaults
Paragraphs
=============================================================================*/
p
p, div.document, div.footer
{
text-align: left;
font-size: 10pt;
@ -413,7 +413,6 @@ Colors
color: #000000;
}
/* Syntax Highlighting */
.property,
.highlight .k