summaryrefslogtreecommitdiff
path: root/p/themes/base-theme/template.css
AgeCommit message (Collapse)Author
2014-09-24Fix .as-link appearance in dropdownGravatar Marien Fressinaud
Related to https://github.com/marienfressinaud/FreshRSS/issues/633
2014-09-18Improve stat designGravatar Marien Fressinaud
2014-09-18Fix alignment of tablesGravatar Marien Fressinaud
2014-09-17Style: reduce white space of line breaks in articlesGravatar Alexandre Alapetite
Makes articles a bit more compact. Plus a generic filter for multiple lines breaks, useful for instance in LeMonde.fr, which uses <br /><br /><br /> https://github.com/marienfressinaud/FreshRSS/issues/618
2014-09-16Reduce font-size of bigMarkAsReadGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Reduce height of bigMarkAsReadGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Improve "End of articles" sectionGravatar Marien Fressinaud
Increase font size Change colors in Origine See https://github.com/marienfressinaud/FreshRSS/issues/480
2014-09-16Change #bigMarkAsRead link in buttonGravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599#issuecomment-55735615
2014-09-16Use buttons instead of links for "mark as read"Gravatar Marien Fressinaud
See https://github.com/marienfressinaud/FreshRSS/issues/599
2014-07-26Hide read feeds and read categories when in unread modeGravatar Alexandre Alapetite
https://github.com/marienfressinaud/FreshRSS/issues/430 There are some repeated HTML attributes (`data-unread` and `active`) which could maybe be simplified. If some people do not like this behaviour, we could consider having an option.
2014-07-10Add base-theme in p/themesGravatar Marien Fressinaud
This base theme is not visible by default (no name). You can use it to create new theme. Fix https://github.com/marienfressinaud/FreshRSS/issues/533 (comment)