mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 13:35:00 +00:00
Use pixels for the body size (#159)
This is should match the existing style more closely.
This commit is contained in:
parent
6f3893e300
commit
927a5f2de7
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue