aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
Commit message (Collapse)AuthorAgeFilesLines
...
* CSS: remove hardcoded style from templatesVirtualTam2014-12-031-2/+115
| | | | | | | | | | | | | | | Fixes shaarli/Shaarli#29 Style elements refactored as follows: - use existing ids and classes if possible, - else, define new ones and stick with the existing naming convention, - remove hardcoded style attributes from RainTPL templates. Exception: In tpl/tagcloud.html, the display size of each tag is computed at page generation. Signed-off-by: VirtualTam <virtualtam@flibidi.org>
* CSS: separate rules with a blank lineVirtualTam2014-12-011-2/+102
| | | | Signed-off-by: VirtualTam <virtualtam@flibidi.org>
* CSS: expand one-line declarationsVirtualTam2014-12-011-119/+480
| | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.org> Conflicts: inc/shaarli.css
* CSS: unify coding style - spaces, brackets, keywordsVirtualTam2014-12-011-230/+223
| | | | | | | | | | | | | | | | | | | Spaces: - before an opening bracket - before a closing bracket - between a keyword and its value(s) - between comma-separated selectors Signed-off-by: VirtualTam <virtualtam@flibidi.org> Conflicts: inc/shaarli.css Conflicts: inc/shaarli.css Conflicts: inc/shaarli.css
* CSS: replace tabs by spaces, remove trailing whitespaces and empty linesVirtualTam2014-12-011-215/+206
| | | | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.org> Conflicts: inc/shaarli.css
* Added a link to the visible URL in the link listFlorian Eula2014-11-211-23/+27
| | | | | Corrected CSS to prevent a line from showing underneath Fixes https://github.com/shaarli/Shaarli/issues/53
* Add Archive.org integrationQwerty2014-11-051-4/+5
| | | | * adds an "archive" link next to permalinks, linking to the last version of the page on archive.org
* update qr.min.js to 1.1.3 from https://github.com/neocotic/qr.js, update COPYINGnodiscc2014-09-051-9/+5
| | | | * fixes https://github.com/shaarli/Shaarli/issues/7
* Fix grammar, punctuation, spelling, trailing whitepaces and newlines; Fix ↵nodiscc2014-08-191-5/+5
| | | | | | | typo in css Based on respencer's work at https://github.com/respencer/Shaarli/ Closes https://github.com/sebsauvage/Shaarli/pull/103
* Update shaarli.csstimo van neerden2014-02-141-1/+1
| | | Added word-wrap: break-word; to body, so that that text is well wrapped, and do not permit horizontal scroll-bars (on mobile, with responsive design).
* Corrected overlapping tagsSébastien SAUVAGE2013-12-041-1/+1
|
* Removed jQuery from almost all pagesSebastien SAUVAGE2013-09-251-108/+0
| | | | | | | | jQuery has been removed from all pages, except those who really require it (like autocomplete in link edition). Immediate gain: All pages weight 286 kb LESS ! \o/ Highlighting in search results has also been temporarly removed (and will be re-implemented).
* Changed QR-Code CSS (selector and attributes)Sébastien SAUVAGE2013-09-251-2/+3
|
* Added javascript QR-Code librarySébastien SAUVAGE2013-09-251-0/+9
|
* Highlight search results (issue #4)David Sferruzza2013-03-102-0/+110
| | | | Uses http://bartaz.github.com/sandbox.js/jquery.highlight.html
* Edit/delete button on the left-side of links.Sébastien SAUVAGE2013-02-271-3/+20
| | | | https://github.com/sebsauvage/Shaarli/issues/5
* Initial commit (version 0.0.40 beta)v0.0.40betaSébastien SAUVAGE2013-02-266-0/+1540