update deps, fix meeting table border-top issue, increment version
This commit is contained in:
parent
9c02f10ea0
commit
54b244906d
4 changed files with 1182 additions and 1344 deletions
assets/css
|
@ -120,6 +120,10 @@ section.tsml-widget-upcoming.widget_tsml_widget_upcoming.widget div.tsml-no-upco
|
|||
}
|
||||
}
|
||||
}
|
||||
.table > :not(:first-child),
|
||||
.tsml-widget-upcoming table.tsml_next_meetings > :not(:first-child) {
|
||||
border-top: inherit;
|
||||
}
|
||||
#tsml #meetings .results table,
|
||||
.tsml-widget-upcoming table.tsml_next_meetings {
|
||||
@extend .table;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue