mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
oops
This commit is contained in:
parent
ac6df05132
commit
90205d36d2
2 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
|
||||
@table: ~"table, .table";
|
||||
@table-caption: ~"table caption, .table-caption";
|
||||
@table-caption-fixer: ~"table[disabled] caption, table.status-disabled caption, .table[disabled] caption, .table.status-disabled caption, table[disabled] .table-caption, table.status-disabled .table-caption, .table[disabled] .table-caption, .table.status-disabled .table-caption";
|
||||
@table-caption-top: ~"table caption, .table-caption-top";
|
||||
@table-caption-bottom: ~".table-caption-bottom";
|
||||
@table-header: ~"table thead, .table-header";
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
|
||||
@table: ~".table";
|
||||
@table-caption: ~".table-caption";
|
||||
@table-caption-fixer: ~".table.status-disabled .table-caption";
|
||||
@table-caption-top: ~".table-caption-top";
|
||||
@table-caption-bottom: ~".table-caption-bottom";
|
||||
@table-header: ~".table-header";
|
||||
|
|
Loading…
Reference in a new issue