Author: desruisseaux
Date: Fri Feb 28 22:24:33 2014
New Revision: 1573100
URL: http://svn.apache.org/r1573100
Log:
Documented a CSS style used in javadoc.
Modified:
sis/site/trunk/content/source.mdtext
Modified: sis/site/trunk/content/source.mdtext
URL:
http://svn.apache.org/viewvc/sis/site/trunk/content/source.mdtext?rev=1573100&r1=1573099&r2=1573100&view=diff
==============================================================================
--- sis/site/trunk/content/source.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/source.mdtext [UTF-8] Fri Feb 28 22:24:33 2014
@@ -291,6 +291,7 @@ HTML tag | Description
`<ul>` and `<ol>` | Default list styles without space between items
(suitable for compact lists).
`<ul class="verbose">` | A list style with space between items. Used for
lists having verbose (multi-lines) items.
`<div class="note">` | Indented text with smaller font, used for notes or
examples.
+`<div class="warning">` | Text in red color, used for warning about probable
API changes.