From d8e9977b1747f1f73a7ed2a3e08c2c11aa2e7fcb Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 12 Mar 2022 22:30:17 +0100 Subject: Table: Fixed hover bg, added small size --- tpl/index.pug | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'tpl/index.pug') diff --git a/tpl/index.pug b/tpl/index.pug index 5c46906..016f6be 100644 --- a/tpl/index.pug +++ b/tpl/index.pug @@ -677,4 +677,29 @@ html +table-cell= 'Row 4,2' +table-cell= 'Row 4,3' + +box + +table(box=true, size50=true) + +table-head + +table-row + +table-head-cell= 'Title' + +table-head-cell= 'Title' + +table-head-cell= 'Title' + +table-body + +table-row + +table-cell= 'Row 1,1' + +table-cell= 'Row 1,2' + +table-cell= 'Row 1,3' + +table-row + +table-cell= 'Row 2,1' + +table-cell= 'Row 2,2' + +table-cell= 'Row 2,3' + +table-row + +table-cell= 'Row 3,1' + +table-cell= 'Row 3,2' + +table-cell= 'Row 3,3' + +table-row + +table-cell= 'Row 4,1' + +table-cell= 'Row 4,2' + +table-cell= 'Row 4,3' + -- cgit v1.2.3-54-g00ecf