]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
CSS: remove hardcoded style from templates 68/head
authorVirtualTam <virtualtam@flibidi.org>
Tue, 2 Dec 2014 20:00:52 +0000 (21:00 +0100)
committerVirtualTam <virtualtam@flibidi.org>
Wed, 3 Dec 2014 18:28:43 +0000 (19:28 +0100)
commitc133612f32849b76785635efe19d4afedcfd0248
tree0ecbebedef56698fa991a60196e06435d4e2f3d7
parentfdd8fb2be2c45bd810a2d8b55c1f2cbf7f655fe3
CSS: remove hardcoded style from templates

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>
14 files changed:
inc/shaarli.css
tpl/addlink.html
tpl/changetag.html
tpl/daily.html
tpl/editlink.html
tpl/export.html
tpl/install.html
tpl/linklist.html
tpl/linklist.paging.html
tpl/loginform.html
tpl/page.footer.html
tpl/page.header.html
tpl/tagcloud.html
tpl/tools.html