diff --git a/README.md b/README.md index f9f6e26..d685a06 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,14 @@ WebFM is a media and file viewer aspiring to become a full fledged file manager 10. Save paths to favorites list for quick access. Notes: -1. Folders and files CAN NOT have & in the names. Otherwise, you can't access that item with the viewer. -3. The provided folders except "resources" are optional. You can add and remove them as you please. -4. The media and image pane can be moved by dragging from the transparentish bar that has the close button and other controls. -5. Edit the resources/php/config.php file and put your own programs there. -6. Edit your php.ini file "upload_max_filesize" and "post_max_size" to be higher to upload larger files. +1. The provided folders except "resources" are optional. You can add and remove them as you please. +2. The media and image pane can be moved by dragging from the transparentish bar that has the close button and other controls. +3. Edit the resources/php/config.php file and put your own programs there. +4. Edit your php.ini file "upload_max_filesize" and "post_max_size" to be higher to upload larger files. # TO-DO 1. Allow for move and copy. -3. Fix & problem. -4. Implement themes functionality. +2. Implement themes functionality. # Images diff --git a/resources/css/base.css b/resources/css/base.css index 84d502f..f9409f0 100644 --- a/resources/css/base.css +++ b/resources/css/base.css @@ -1,7 +1,6 @@ html { margin: 0em; padding: 0em; - /* overflow-x: hidden; */ } ol, ul, li {