diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 21:40:39 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-08 21:40:39 +0200 |
commit | 3b34cba4ae9846a7e1faf7353738a654d616abc6 (patch) | |
tree | 3ec8a41764df7069eb121de8504753ec1c27dff9 /files | |
parent | e153fb79bbfb74a832d1d6c4bdd4997f37923df5 (diff) | |
download | nextcloud-server-3b34cba4ae9846a7e1faf7353738a654d616abc6.tar.gz nextcloud-server-3b34cba4ae9846a7e1faf7353738a654d616abc6.zip |
first mediaplayer styling
Diffstat (limited to 'files')
-rw-r--r-- | files/templates/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index 46d47ee4e85..bb58f5e754a 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -1,4 +1,4 @@ -<div class="controls"> +<div id="controls"> <span class="nav"> <?php echo($_['breadcrumb']); ?> </span> |