summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2017-09-08 20:07:53 +0100
committerDaniel James <daniel@calamity.org.uk>2017-09-19 11:12:38 +0100
commit927a5f2de7a81bc1f5d4c476190bdd8a4ebbfd68 (patch)
tree4ef8e6740870d5ff942e8e518457d18030ad75cc /doc
parent6f3893e300129a93c214d4f84cbe2ad5117acaf1 (diff)
downloadboost-927a5f2de7a81bc1f5d4c476190bdd8a4ebbfd68.tar.gz
Use pixels for the body size (#159)
This is should match the existing style more closely.
Diffstat (limited to 'doc')
-rw-r--r--doc/src/boostbook.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/boostbook.css b/doc/src/boostbook.css
index a599bbf939..f169f6520e 100644
--- a/doc/src/boostbook.css
+++ b/doc/src/boostbook.css
@@ -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