diff options
-rw-r--r-- | template/relive-player.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/relive-player.phtml b/template/relive-player.phtml index 9f5c502..6845b94 100644 --- a/template/relive-player.phtml +++ b/template/relive-player.phtml @@ -7,7 +7,7 @@ <? if($talk['status'] == 'released'): ?> <div class="row"> - <div class="col-xs-12 col-md-8 col-md-offset-2"> + <div class="col-xs-12"> <div class="alert alert-success"> <h3>Released</h3> <p>This talk is already released! Take a look at <a href="<?=h($talk['release_url'])?>"><?=h(parse_url($talk['release_url'], PHP_URL_HOST))?></a>.</p> @@ -18,7 +18,7 @@ <? if(isset($talk['mp4'])): ?> <div class="row"> - <div class="col-xs-12 col-md-8 col-md-offset-2"> + <div class="col-xs-12"> <div class="alert alert-success"> <h3>Download</h3> <p>Click here to <a href="<?=h($talk['mp4'])?>">Download</a> this Relive-Recording.</p> |