summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2017-10-12 01:36:10 +0100
committerDaniel James <daniel@calamity.org.uk>2017-10-22 16:05:55 +0100
commit58b8fb38eca58046773d0738d3b55867d63c54f8 (patch)
treead9bbc87d0022af61d7cac9c71f2bb67b748c2a7 /doc
parent9bceef672c6610918a932291ecad69a75ec08d0c (diff)
downloadboost-58b8fb38eca58046773d0738d3b55867d63c54f8.tar.gz
Support blurb class on divs
Diffstat (limited to 'doc')
-rw-r--r--doc/src/boostbook.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/boostbook.css b/doc/src/boostbook.css
index cbb88bb5e9..2831765774 100644
--- a/doc/src/boostbook.css
+++ b/doc/src/boostbook.css
@@ -317,6 +317,7 @@ Blurbs
div.important,
div.caution,
div.warning,
+ div.blurb,
p.blurb
{
font-size: 9pt; /* A little bit smaller than the main text */
@@ -326,6 +327,7 @@ Blurbs
padding: 0.5pc 0.5pc 0.5pc 0.5pc;
}
+ div.blurb img,
p.blurb img
{
padding: 1pt;
@@ -549,6 +551,7 @@ Colors
div.important,
div.caution,
div.warning,
+ div.blurb,
p.blurb
{
border: 1px solid #DCDCDC;