diff --git a/docs/quick_reference.html b/docs/quick_reference.html index 35cd313..b3800f5 100644 --- a/docs/quick_reference.html +++ b/docs/quick_reference.html @@ -601,7 +601,18 @@
<table>
element is the table's root element<caption>
(optional) serves as the table's title and must be the first element inside the table<thead>
serves as the table's header row, populated with <th>
<tfoot>
(optional) serves as the table's footer and must be immediately after <thead>
<tbody>
is the table's body, populated with <td>
elementsdata-label
for each <td>
element corresponding to the column's header to properly display table on mobile devices.horizontal
class to make a <table>
horizontal<tfoot>
element<table>
element is the table's root element<caption>
(optional) serves as the table's title and must be the first element inside the table<thead>
serves as the table's header row, populated with <th>
<tfoot>
(optional) serves as the table's footer and must be immediately after <thead>
<tbody>
is the table's body, populated with <td>
elementsdata-label
for each <td>
element corresponding to the column's header to properly display table on mobile devices.striped
class to make a <table>
striped.preset
class to make a <table>
to create matrices or otherwise preset tables.striped
, .preset
and .horizontal
, respecting the rules of the combined structures.row
element is the outermost wrapper of the cards layout<div class="card">
elements are the cards.section
elements inside the .card
serve as the card's sections.section
classes.card
elements in the same .row
.horizontal
class to make a <table>
horizontal<tfoot>
element.media
class.dark
and .darker
classes.double-padded
class.inverse
class.media
sections might not be fully supported in older browsers.media
sections have a preset height of 200px
.striped
class to make a <table>
striped.preset
class to make a <table>
to create matrices or otherwise preset tables.striped
, .preset
and .horizontal
, respecting the rules of the combined structures.large
and .small
classes.fluid
class, require the use of grid columns.fluid
cards in columns, don't mix with non-fluid cards