| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
* use logarithmic scales
* remove bold style
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
|
|
|
|
|
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
Conflicts:
inc/shaarli.css
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Signed-off-by: VirtualTam <virtualtam@flibidi.org>
Conflicts:
inc/shaarli.css
|
|
|
|
|
| |
Corrected CSS to prevent a line from showing underneath
Fixes https://github.com/shaarli/Shaarli/issues/53
|
|
|
|
| |
* adds an "archive" link next to permalinks, linking to the last version of the page on archive.org
|
|
|
|
|
|
|
| |
typo in css
Based on respencer's work at https://github.com/respencer/Shaarli/
Closes https://github.com/sebsauvage/Shaarli/pull/103
|
|
|
| |
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).
|
| |
|
| |
|
|
|
|
| |
Uses http://bartaz.github.com/sandbox.js/jquery.highlight.html
|
|
|
|
| |
https://github.com/sebsauvage/Shaarli/issues/5
|
|
|