Add some more style information.

pull/196/head
Michael Sweet 8 years ago
parent 935df35140
commit 3bb60cc92b
  1. 3
      doc/reference.html
  2. 3
      mxmldoc.c

@ -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);

@ -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"

Loading…
Cancel
Save