aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/tagcloud.html
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2014-12-05 17:56:19 +0100
committernodiscc <nodiscc@gmail.com>2014-12-05 17:56:19 +0100
commitcdd870b72efbb24fbf4e247f529121d2e04ed86e (patch)
treec0bba497d51ab9d0e50dc95b7b024cf20de30886 /tpl/tagcloud.html
parentdff9ee543d8194787bf087565e9242914c5d6393 (diff)
parentc133612f32849b76785635efe19d4afedcfd0248 (diff)
downloadShaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.tar.gz
Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.tar.zst
Shaarli-cdd870b72efbb24fbf4e247f529121d2e04ed86e.zip
Merge pull request #68 from virtualtam/hardcoded-style
CSS: remove hardcoded style from templates
Diffstat (limited to 'tpl/tagcloud.html')
-rw-r--r--tpl/tagcloud.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/tagcloud.html b/tpl/tagcloud.html
index 0dd2c0d3..9418e248 100644
--- a/tpl/tagcloud.html
+++ b/tpl/tagcloud.html
@@ -6,10 +6,10 @@
6<center> 6<center>
7<div id="cloudtag"> 7<div id="cloudtag">
8 {loop="tags"} 8 {loop="tags"}
9 <span style="color:#99f; font-size:9pt; padding-left:5px; padding-right:2px;">{$value.count}</span><a href="?searchtags={$key|urlencode}" style="font-size:{$value.size}pt; font-weight:bold; color:black; text-decoration:none">{$key|htmlspecialchars}</a> 9 <span class="count">{$value.count}</span><a href="?searchtags={$key|urlencode}" style="font-size:{$value.size}pt;">{$key|htmlspecialchars}</a>
10 {/loop} 10 {/loop}
11</div> 11</div>
12</center> 12</center>
13{include="page.footer"} 13{include="page.footer"}
14</body> 14</body>
15</html> \ No newline at end of file 15</html>