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/places-page.phtml | |
| 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/places-page.phtml')
| -rw-r--r-- | resources/views/places-page.phtml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/resources/views/places-page.phtml b/resources/views/places-page.phtml index 647c96ec37..0f5a26ff18 100644 --- a/resources/views/places-page.phtml +++ b/resources/views/places-page.phtml @@ -3,7 +3,7 @@ <div id="place-hierarchy"> <div class="container"> <h4><?= $title ?></h4> - <h5 class="center"> + <h5 class="text-center"> <?php if ($current) : ?> <a href="<?= e(route('place-hierarchy', ['ged' => $tree->name()])) ?>"> <?= I18N::translate('World') ?> @@ -22,12 +22,12 @@ <?php endif ?> </h5> <?php if ($note) : ?> - <div class="center small text-muted"> + <div class="text-center small text-muted"> <?= I18N::translate("Places without valid co-ordinates are not shown on the map and have a red border around the sidebar entry") ?> </div> <?php endif ?> <?= $content ?> - <div class="center"> + <div class="text-center"> <?php if ($showeventslink) : ?> <a class="formField" href= <?= e(route('place-hierarchy', ['ged' => $tree->name(), 'parent' => $parent, 'action' => 'hierarchy-e'])) ?>> <?= I18N::translate('View table of events occurring in %s', $place) ?> |
