mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Support blurb class on divs
This commit is contained in:
parent
34b9af1163
commit
786cc21d3f
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue