| Age | Commit message (Collapse) | Author |
|
* delete white plus icon
* delete unused icons
* Themes
* Update flat.css
* minimized XML of SVG icons
* RTL CSS fix
* Update ansum.css
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
|
|
See #341
First step was to save from Inkscape in optimize SVG format.
The used parameters are the following:
* Simplify colors -> true
* Style to xml -> true
* Group collapsing -> true
* Enable id stripping -> true
* Embed rasters -> true
* Keep editor data -> false
* Enable view boxing -> false
* Strip xml prolog -> true
* Set precision -> 5
* Indent -> None
Second step was to edit the file and remove meta-data, title, extra carriage return and unnecessary namespaces.
|
|
Implémente https://github.com/marienfressinaud/FreshRSS/issues/333
/public/ est renommé /p/
/public/index.php est déplacé dans /p/i/index.php
Le cookie de session est limité à /p/i/
|