]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: improve appearance of @warning.
authorGraham Percival <graham@percival-music.ca>
Tue, 18 Aug 2009 23:50:31 +0000 (16:50 -0700)
committerGraham Percival <graham@percival-music.ca>
Tue, 18 Aug 2009 23:52:00 +0000 (16:52 -0700)
Documentation/css/lilypond-mccarty.css
Documentation/macros.itexi

index ee917448cc5c536461697738486b919fd24a6386..4ccf54f206aa69a67f5d48ae11c0261a195b2904 100644 (file)
@@ -413,3 +413,21 @@ table.menu {
   #tocframe { display: none; }
   .nav_table { display: none; }
 }
+
+
+/***********************************************************/
+/*               OTHER                                     */
+/***********************************************************/
+
+.warning {
+  background: #eef;
+  text-align: left;
+  padding: 0;
+  border: 1px solid green;
+  /* Experimental rounded corners */
+  -moz-border-radius: 10px;
+  -webkit-border-radius: 10px;
+  margin: 1em;
+}
+
+
index 6c2d43ab190874791cca43c88867d49ec3f0290c..6cb7efa90456c0ebf05a3510c9481543b872b717 100644 (file)
@@ -29,7 +29,9 @@
 @macro warning{TEXT}
 @html
 <div class="warning">
-<b>Note:</b> \TEXT\
+@end html
+@strong{Note:} \TEXT\
+@html
 </div>
 @end html
 @end macro