diff options
| author | Greg Roach <fisharebest@webtrees.net> | 2019-02-13 08:46:42 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@webtrees.net> | 2019-02-13 17:16:25 +0000 |
| commit | 242a78626998a767db1568b24919e94ae4b38ac3 (patch) | |
| tree | 10de05a12b658ebdbb42a157d091d6246533e433 /resources/views/modules/statistics-chart | |
| parent | 72283cc558622f3c1bacb4c23dcc006d5a9f76bc (diff) | |
| download | webtrees-242a78626998a767db1568b24919e94ae4b38ac3.tar.gz webtrees-242a78626998a767db1568b24919e94ae4b38ac3.tar.bz2 webtrees-242a78626998a767db1568b24919e94ae4b38ac3.zip | |
Refactoring themes and chart boxes
Diffstat (limited to 'resources/views/modules/statistics-chart')
| -rw-r--r-- | resources/views/modules/statistics-chart/custom.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/modules/statistics-chart/custom.phtml b/resources/views/modules/statistics-chart/custom.phtml index df8bc61762..bdbc9d46a3 100644 --- a/resources/views/modules/statistics-chart/custom.phtml +++ b/resources/views/modules/statistics-chart/custom.phtml @@ -270,7 +270,7 @@ </div> </div> - <p class="center"> + <p> <button type="submit" class="btn btn-primary"> <?= view('icons/save') ?> <?= I18N::translate('show the chart') ?> |
