diff options
author | Stefan Weil <sw@weilnetz.de> | 2016-03-09 15:14:05 +0100 |
---|---|---|
committer | Stefan Weil <sw@weilnetz.de> | 2016-03-09 15:14:05 +0100 |
commit | 692f312513158edf4cf99607e6d5437d139003c7 (patch) | |
tree | 9dd8b7e8d384c8297acc1b9c1e9eaf7283e8e073 /apps/files/css/detailsView.css | |
parent | d0a70a9776290b419abe14d297fa179b56839846 (diff) | |
download | nextcloud-server-692f312513158edf4cf99607e6d5437d139003c7.tar.gz nextcloud-server-692f312513158edf4cf99607e6d5437d139003c7.zip |
apps/files: Fix typos in comments (found and fixed by codespell)
This contribution is AGPL and MIT licensed.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'apps/files/css/detailsView.css')
-rw-r--r-- | apps/files/css/detailsView.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css index c65107937da..c77bb28c774 100644 --- a/apps/files/css/detailsView.css +++ b/apps/files/css/detailsView.css @@ -8,7 +8,7 @@ } #app-sidebar .mainFileInfoView { - margin-right: 20px; /* accomodate for close icon */ + margin-right: 20px; /* accommodate for close icon */ float:left; display:block; width: 100%; @@ -26,7 +26,7 @@ } #app-sidebar .thumbnailContainer.image.portrait { - margin: 0; /* if we dont fit the image anyway we give it back the margin */ + margin: 0; /* if we don't fit the image anyway we give it back the margin */ } #app-sidebar .image .thumbnail { |