From 786cc21d3fb07fe77879b7e204e914aa23250831 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 12 Oct 2017 01:36:10 +0100 Subject: [PATCH] Support blurb class on divs --- doc/src/boostbook.css | 3 +++ 1 file changed, 3 insertions(+) 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;