Add some more style information.

This commit is contained in:
Michael Sweet 2017-05-01 08:45:04 -04:00
parent 935df35140
commit 3bb60cc92b
2 changed files with 6 additions and 0 deletions

View File

@ -85,6 +85,9 @@ div.contents ul.contents {
}
.variable {
}
h1, h2, h3, h4, h5, h6 {
page-break-inside: avoid;
}
blockquote {
border: solid thin gray;
box-shadow: 3px 3px 5px rgba(0,0,0,0.5);

View File

@ -5422,6 +5422,9 @@ write_html_head(FILE *out, /* I - Output file */
"}\n"
".variable {\n"
"}\n"
"h1, h2, h3, h4, h5, h6 {\n"
" page-break-inside: avoid;\n"
"}\n"
"blockquote {\n"
" border: solid thin gray;\n"
" box-shadow: 3px 3px 5px rgba(0,0,0,0.5);\n"