]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/tagcloud.html
Working on shaarli/Shaarli#224
[github/shaarli/Shaarli.git] / tpl / tagcloud.html
index 0dd2c0d36f64d6afd1c02708f11a14bc4e3a1ccd..092f229413ed32a610b908005204f74702fdd3b5 100644 (file)
@@ -3,13 +3,13 @@
 <head>{include="includes"}</head>
 <body>
        <div id="pageheader">{include="page.header"}</div>
-<center>
-<div id="cloudtag">
-    {loop="tags"}
-    <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>
-    {/loop}
+<div class="center">
+    <div id="cloudtag">
+        {loop="tags"}
+        <span class="count">{$value.count}</span><a href="?searchtags={$key|urlencode}" style="font-size:{$value.size}pt;">{$key}</a>
+        {/loop}
+    </div>
 </div>
-</center>
 {include="page.footer"}
 </body>
-</html>
\ No newline at end of file
+</html>