Use pixels for the body size (#159)

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 6f3893e300
commit 927a5f2de7

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