Skip to content

Commit e81a00b

Browse files
Basic structure CSS buttons
1 parent 74db095 commit e81a00b

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

index.html

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,10 +404,39 @@ <h1 id="templates">Customizations</h1>
404404
<h2>Custom CSS</h2>
405405

406406
<p>
407-
By default the directive is visible as a link. To improve its visual style add
408-
some CSS. Follows some predefined styles you can copy and past to your project.
407+
By default the directive is visible as a link. To improve its visual style add some
408+
custom CSS. Below you can find a couple of predefined styles you can copy and past
409+
to your project.
409410
</p>
410411

412+
<table class="table table-labeled">
413+
<tbody class="smaller-titles">
414+
<tr>
415+
<td class="parameter">
416+
<span>Default</span>
417+
</td>
418+
<td>
419+
</td>
420+
<td>
421+
Source Code &lt;&gt;
422+
</td>
423+
</tr>
424+
<tr>
425+
<td class="parameter">
426+
<span>Blue Button</span>
427+
</td>
428+
<td>
429+
</td>
430+
<td>
431+
Source Code &lt;&gt;
432+
</td>
433+
</tr>
434+
</tbody>
435+
</table>
436+
437+
<p>
438+
If you have a new one add it to the <a href="">docs repository</a>.
439+
</p>
411440

412441
</div>
413442
</section>

0 commit comments

Comments
 (0)