Author: desruisseaux
Date: Thu Feb 27 18:50:02 2014
New Revision: 1572677
URL: http://svn.apache.org/r1572677
Log:
Documented the <div class="note"> javadoc style.
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=1572677&r1=1572676&r2=1572677&view=diff
==============================================================================
--- sis/site/trunk/content/source.mdtext [UTF-8] (original)
+++ sis/site/trunk/content/source.mdtext [UTF-8] Thu Feb 27 18:50:02 2014
@@ -290,6 +290,7 @@ HTML tag | Description
`<table class="compact">` | Table without border and no space between rows.
Used for lists with columns alignment.
`<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.