diff options
author | Daniel Molkentin | 2016-11-23 13:24:54 +0100 |
---|---|---|
committer | Daniel Molkentin | 2016-11-23 13:27:24 +0100 |
commit | a65ed1709a34e03daa9a167f2c40f0525da48e7e (patch) | |
tree | ded13420830e3f6ccc87bcbe46aa724036e10ee7 | |
parent | 1a1055ef62ea7315cb1ae1ec608bb42d23ff4f89 (diff) |
center heading
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/denog16/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/denog16/config.php b/configs/conferences/denog16/config.php index ad57535..3bd094c 100644 --- a/configs/conferences/denog16/config.php +++ b/configs/conferences/denog16/config.php @@ -74,7 +74,7 @@ $GLOBALS['CONFIG']['CONFERENCE'] = array( * Wird diese Zeile auskommentiert, wird kein Banner ausgegeben. */ // 'BANNER_HTML' => "<div class='col-xs-12'><img src='../configs/conferences/geheimdienstevorgericht/logo.png'></img></div>", - 'BANNER_HTML' => "<h1>DENOG8 23./24.11.2016</h1>", + 'BANNER_HTML' => "<h1 style=\"text-align: center;\">DENOG8 23./24.11.2016</h1>", /** * Link zu den Recordings |