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
|
@ -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 #meetings .results table,
|
||||||
.tsml-widget-upcoming table.tsml_next_meetings {
|
.tsml-widget-upcoming table.tsml_next_meetings {
|
||||||
@extend .table;
|
@extend .table;
|
||||||
|
|
2518
package-lock.json
generated
2518
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "wp-rdnyc-theme",
|
"name": "wp-rdnyc-theme",
|
||||||
"author": "Adam Piontek <adam@73k.us> (https://73k.us)",
|
"author": "Adam Piontek <adam@73k.us> (https://73k.us)",
|
||||||
"version": "1.0.8",
|
"version": "1.0.9",
|
||||||
"description": "Wordpress theme for Recovery Dharma NYC",
|
"description": "Wordpress theme for Recovery Dharma NYC",
|
||||||
"homepage": "https://github.com/apiontek/wp-rdnyc",
|
"homepage": "https://github.com/apiontek/wp-rdnyc",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Theme URI: https://github.com/apiontek/wp-rdnyc
|
* Theme URI: https://github.com/apiontek/wp-rdnyc
|
||||||
* Author: Adam Piontek
|
* Author: Adam Piontek
|
||||||
* Author URI: https://73k.us
|
* Author URI: https://73k.us
|
||||||
* Version: 1.0.8
|
* Version: 1.0.9
|
||||||
* License: GNU General Public License v3 or later
|
* License: GNU General Public License v3 or later
|
||||||
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||||
* Text Domain: wp-rdnyc
|
* Text Domain: wp-rdnyc
|
||||||
|
|
Loading…
Reference in a new issue