aboutsummaryrefslogtreecommitdiffhomepage
path: root/web/bundles/wallabagcore/themes/baggy/css/style.min.css
Commit message (Collapse)AuthorAgeFilesLines
* Removing web/bundles/wallabagcore and adding prod assets in web/wallassetsKevin Decherf2017-10-241-1/+0
| | | | | | | baggy.css, baggy.js, material.css, material.js and public.js are seen as new files, something changed in these files. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Added author of articleNicolas Lœuillet2017-04-091-1/+1
|
* Added publication dateNicolas Lœuillet2017-04-051-1/+1
|
* Added migration for Scuttle sharingNicolas Lœuillet2017-03-281-1/+1
|
* Added minified CSS filesNicolas Lœuillet2017-02-021-1/+1
|
* Fix right side-nav scrolling on low height windowSimounet2016-12-301-1/+1
|
* Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-281-1/+1
|
* Hide article text on mobile with list modeNicolas Lœuillet2016-11-281-1/+1
|
* Added list viewNicolas Lœuillet2016-11-281-1/+1
|
* Fixed entry shortcuts available in list viewNicolas Lœuillet2016-11-221-1/+1
|
* Fix card action overlapJeremy Benoist2016-11-201-1/+1
| | | | On smaller resolution
* Added a simple search engineNicolas Lœuillet2016-11-191-1/+1
| | | | Fix #18
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Added creation date on entries viewNicolas Lœuillet2016-11-141-1/+1
| |
| * Re-add bottom paginationJeremy Benoist2016-10-221-1/+1
| | | | | | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
* | Added unmark.it sharingNicolas Lœuillet2016-11-091-1/+1
|/ | | | Fix #668
* Fix baggy on small screensThomas Citharel2016-10-151-2/+1
|
* better tags on baggyThomas Citharel2016-10-041-1/+1
|
* Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-041-1/+1
|
* Basically, fix everythingThomas Citharel2016-10-031-0/+2
* Remove install.sh * Assets are now provided * Icons font issues are fixed