Make admonitions (tip, note, caution, warning) style under XSLT more
similar to previous style. Previously, tip and note were blockquotes
and caution and warning were tables. Now everything is just a div.
box-shadow: none;
}
+.caution,
+.warning {
+ max-width: 600px;
+}
+
+.tip h3,
+.note h3,
+.caution h3,
+.warning h3 {
+ text-align: center;
+}
+
.emphasis,
.c2 {
font-weight: bold;
max-width: 600px;
}
+.caution,
table.CAUTION {
background-color: #F5F5DC;
border-color: #DEDFA7;
}
+.warning,
table.WARNING {
background-color: #FFD7D7;
border-color: #DF421E;