mirror of
https://github.com/boostorg/boost.git
synced 2026-01-18 21:41:27 +01:00
Use pixels for the body size (#159)
This is should match the existing style more closely.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user