]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/css/lilypond-mccarty.css
Doc: improve appearance of @warning.
[lilypond.git] / Documentation / css / lilypond-mccarty.css
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;
+}
+
+