From ed8556cadd2bc332dc07b8b155d81d61f17f7332 Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Tue, 18 Aug 2009 16:50:31 -0700 Subject: [PATCH] Doc: improve appearance of @warning. --- Documentation/css/lilypond-mccarty.css | 18 ++++++++++++++++++ Documentation/macros.itexi | 4 +++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/Documentation/css/lilypond-mccarty.css b/Documentation/css/lilypond-mccarty.css index ee917448cc..4ccf54f206 100644 --- a/Documentation/css/lilypond-mccarty.css +++ b/Documentation/css/lilypond-mccarty.css @@ -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; +} + + diff --git a/Documentation/macros.itexi b/Documentation/macros.itexi index 6c2d43ab19..6cb7efa904 100644 --- a/Documentation/macros.itexi +++ b/Documentation/macros.itexi @@ -29,7 +29,9 @@ @macro warning{TEXT} @html
-Note: \TEXT\ +@end html +@strong{Note:} \TEXT\ +@html
@end html @end macro -- 2.39.2