diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-07-10 00:24:46 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-07-10 08:49:23 +0200 |
commit | dbe2c5f2dda873b23aa9ac80018057813e6696e2 (patch) | |
tree | ffbd745d5693bd48dda022bbc7c97e0cc7309020 /application/views/file/fragments/audio-player.php | |
parent | 82efb0bdb6b20dfa5a76a3b4dcde48441ecf252a (diff) |
Revert "Fix display issues with new bootstrap"
This reverts commit f0d3b633f04c9afa2237b1dad83ad8240da68b38.
That commit causes breakage on the history page due to missing padding.
Diffstat (limited to 'application/views/file/fragments/audio-player.php')
-rw-r--r-- | application/views/file/fragments/audio-player.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/file/fragments/audio-player.php b/application/views/file/fragments/audio-player.php index 95503a0ad..517506039 100644 --- a/application/views/file/fragments/audio-player.php +++ b/application/views/file/fragments/audio-player.php @@ -1,4 +1,4 @@ -<div class="container-fluid"> +<div class="container-wide"> <p> <audio controls="controls"> <source src="<?php echo site_url($filedata["id"]); ?>"> |