diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 15:10:32 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-10 15:11:26 +0200 |
commit | f754d6dc5178901196db6ff51934c620f5405e80 (patch) | |
tree | 89db9c55ab2f59c4bef6b02ba03e3a8c9618687f /files/templates | |
parent | 6822a7a2158d0cc4688f030dd45a38c8c47b2d9b (diff) | |
download | nextcloud-server-f754d6dc5178901196db6ff51934c620f5405e80.tar.gz nextcloud-server-f754d6dc5178901196db6ff51934c620f5405e80.zip |
lots of CSS details
Diffstat (limited to 'files/templates')
-rw-r--r-- | files/templates/index.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/files/templates/index.php b/files/templates/index.php index 27af6665dfe..3951787a25d 100644 --- a/files/templates/index.php +++ b/files/templates/index.php @@ -1,7 +1,5 @@ <div id="controls"> - <span class="nav"> - <?php echo($_['breadcrumb']); ?> - </span> + <?php echo($_['breadcrumb']); ?> <div class="actions"> <form data-upload-id='1' class="file_upload_form" action="ajax/upload.php" method="post" enctype="multipart/form-data" target="file_upload_target_1"> <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo $_['uploadMaxFilesize'] ?>" id="max_upload"> |