Skip to content

Commit

Permalink
RESOLVED #JJ289: Upgrade to webtrees 2.1.1 - Rural theme upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jon48 committed May 1, 2022
1 parent 83fc5e1 commit 8ba1b38
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
}
},
"require-dev" : {
"fisharebest/webtrees" : "2.1.0",
"fisharebest/webtrees" : "2.1.1",
"consolidation/robo": "^3.0",
"psr/http-message": "^1.0"
},
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion module.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public function customModuleAuthorName(): string
*/
public function customModuleVersion(): string
{
return '2.1.0-v.1';
return '2.1.1-v.1';
}

/**
Expand Down
4 changes: 0 additions & 4 deletions src/sass/rural/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,6 @@ select,
background-color: $maj-c-theme-medium;
color: unset;
}

.gallery {
margin-right: 0.5 * $input-padding-x;
}
}

.spinner::after {
Expand Down

0 comments on commit 8ba1b38

Please sign in to comment.