From 9ea95d1bed4adc3551a6fa01b40b9d0e1ccacb81 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 16 Jun 2022 09:22:21 +0200 Subject: Added tables scope, fixed anchor styling --- tpl/views/table.pug | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'tpl/views') diff --git a/tpl/views/table.pug b/tpl/views/table.pug index a5f62a7..f74a4cd 100644 --- a/tpl/views/table.pug +++ b/tpl/views/table.pug @@ -99,3 +99,28 @@ mixin view-table +table-cell= 'Row 4,1' +table-cell= 'Row 4,2' +table-cell= 'Row 4,3' + + .c-box.s-tables + table + thead + tr + th= 'Title' + th= 'Title' + th= 'Title' + tbody + tr + td= 'Row 1,1' + td= 'Row 1,2' + td= 'Row 1,3' + tr + td= 'Row 2,1' + td= 'Row 2,2' + td= 'Row 2,3' + tr + td= 'Row 3,1' + td= 'Row 3,2' + td= 'Row 3,3' + tr + td= 'Row 4,1' + td= 'Row 4,2' + td= 'Row 4,3' -- cgit v1.2.3-54-g00ecf