Browse Source

Added help documentation for bullet code

garylzimmer 9 years ago
parent
commit
f59374e4b5
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      index.html

+ 5
- 0
index.html View File

192
             You can use this to vertically center text by adding one of these before and after the text you want to center.
192
             You can use this to vertically center text by adding one of these before and after the text you want to center.
193
             Param1: the number of units of empty space to use.
193
             Param1: the number of units of empty space to use.
194
         </li>
194
         </li>
195
+        <li>
196
+            <code>bullet</code>
197
+            A bulleted text line.
198
+            Param1: the text
199
+        </li>
195
     </ul>
200
     </ul>
196
 </p>
201
 </p>
197
 
202
 

Loading…
Cancel
Save