diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-11-06 10:54:58 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-11-07 10:19:20 +0100 |
commit | 68d39e4b92094913009daecccad9983f6b054e52 (patch) | |
tree | 7ce4530f1d719395b25bcaeceb9f70663d24a889 /apps/files_sharing/css | |
parent | c572c669e54b5e5cabada8aa87fd15cc332da043 (diff) | |
download | nextcloud-server-68d39e4b92094913009daecccad9983f6b054e52.tar.gz nextcloud-server-68d39e4b92094913009daecccad9983f6b054e52.zip |
Fix indentation of CSS
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/files_sharing/css')
-rw-r--r-- | apps/files_sharing/css/mobile.scss | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_sharing/css/mobile.scss b/apps/files_sharing/css/mobile.scss index 2ac11ebcf08..3aaa5718cab 100644 --- a/apps/files_sharing/css/mobile.scss +++ b/apps/files_sharing/css/mobile.scss @@ -50,11 +50,11 @@ table td.filename .nametext { padding-right: 14px; background-position: center; } - .note { - padding: 0 20px; - } +.note { + padding: 0 20px; +} - #emptycontent { - margin-top: 10vh; - } +#emptycontent { + margin-top: 10vh; +} } |