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-widget-upcoming table.tsml_next_meetings {
|
||||
@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",
|
||||
"author": "Adam Piontek <adam@73k.us> (https://73k.us)",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.9",
|
||||
"description": "Wordpress theme for Recovery Dharma NYC",
|
||||
"homepage": "https://github.com/apiontek/wp-rdnyc",
|
||||
"contributors": [
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* Theme URI: https://github.com/apiontek/wp-rdnyc
|
||||
* Author: Adam Piontek
|
||||
* Author URI: https://73k.us
|
||||
* Version: 1.0.8
|
||||
* Version: 1.0.9
|
||||
* License: GNU General Public License v3 or later
|
||||
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
* Text Domain: wp-rdnyc
|
||||
|
|
Loading…
Reference in a new issue