diff options
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/table.pug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/objects/table.pug b/tpl/objects/table.pug index 0e1632d..b7ec881 100644 --- a/tpl/objects/table.pug +++ b/tpl/objects/table.pug | |||
@@ -4,6 +4,7 @@ mixin table | |||
4 | 'o-table': true, | 4 | 'o-table': true, |
5 | 'o-table--flush': attributes.flush, | 5 | 'o-table--flush': attributes.flush, |
6 | 'o-table--box': attributes.box, | 6 | 'o-table--box': attributes.box, |
7 | 'o-table--50': attributes.size50, | ||
7 | } | 8 | } |
8 | 9 | ||
9 | table(class=classes) | 10 | table(class=classes) |