Updated the stylesheet

This commit is contained in:
francesco 2020-03-13 16:47:58 +01:00
parent 8765e15138
commit a4b2998e1e
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
<div style='text-align:justify'> <div style='text-align:justify'>
The Workspace search allows to look for any item (file or folder) stored on your workspace (be it your or shared by others). The Workspace search allows to look for any item (file or folder) stored on your workspace (be it your or shared by others).
To do this, click the lens icon below then type the name of the file or folder or just part of it. To do this, click the lens icon below then type the name of the file or folder or just part of it.
<ul> <br/><span style='font-weight:bold'>*</span> searching for data will return all the files and folders whose name includes the string 'data',
<li>* searching for data will return all the files and folders whose name includes the string 'data', e.g. data.txt; "datathon June.csv"; "metadata.docx";</li> e.g. data.txt; "datathon June.csv"; "metadata.docx";
<li>* searching for .csv will return all the files and folders whose name includes the string '.csv', e.g. myData.csv; March2020_data.csv;</li> <br/><span style='font-weight:bold'>*</span> searching for .csv will return all the files and folders whose name includes the string '.csv', e.g. myData.csv; March2020_data.csv;
<li>* searching for "metadata.txt" will return all the files whose name matches exactly the string metadata.txt</li> <br/><span style='font-weight:bold'>*</span> searching for "metadata.txt" will return all the files whose name matches exactly the string metadata.txt
</ul> </ul>
</div> </div>