]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/tagcloud.html
CSS: remove hardcoded style from templates
[github/shaarli/Shaarli.git] / tpl / tagcloud.html
index 0dd2c0d36f64d6afd1c02708f11a14bc4e3a1ccd..9418e2485ec6ac3e3d15aee4283cf76f4a4d6ac1 100644 (file)
@@ -6,10 +6,10 @@
 <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>
+    <span class="count">{$value.count}</span><a href="?searchtags={$key|urlencode}" style="font-size:{$value.size}pt;">{$key|htmlspecialchars}</a>
     {/loop}
 </div>
 </center>
 {include="page.footer"}
 </body>
-</html>
\ No newline at end of file
+</html>