diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2011-11-10 01:31:04 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2011-11-10 01:31:04 +0000 |
| commit | 3902c721552792e73420ceb70ad5c25f80bb9301 (patch) | |
| tree | 63a196f2e3d37b377673f0371bb8ed9fa6191127 /medialist.php | |
| parent | 63658210fd8ec551de4f609bca187010aeac61fa (diff) | |
| download | webtrees-3902c721552792e73420ceb70ad5c25f80bb9301.tar.gz webtrees-3902c721552792e73420ceb70ad5c25f80bb9301.tar.bz2 webtrees-3902c721552792e73420ceb70ad5c25f80bb9301.zip | |
Fix H2 centering on list pages
Diffstat (limited to 'medialist.php')
| -rw-r--r-- | medialist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/medialist.php b/medialist.php index a80736f99b..26708dd1bc 100644 --- a/medialist.php +++ b/medialist.php @@ -170,7 +170,7 @@ if ($build == 'yes') { $controller->pageHeader(); -echo '<div class="center"><h2>', $controller->getPageTitle(), '</h2></div>'; +echo '<div id="media-list-page"><h2>', $controller->getPageTitle(), '</h2></div>'; if (WT_USE_LIGHTBOX) { require WT_ROOT.WT_MODULES_DIR.'lightbox/functions/lb_call_js.php'; } |
