diff options
author | nodiscc <nodiscc@gmail.com> | 2014-12-24 20:00:17 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2014-12-29 02:59:35 +0100 |
commit | 1e3b2740e522a8fde6bfef1030cd9b4a5eae0304 (patch) | |
tree | 8643f457acd94b8c8591e7745befef7627ae8851 /inc | |
parent | 60b83e7cf763be3a68529f1d945710edaeb87967 (diff) | |
download | Shaarli-1e3b2740e522a8fde6bfef1030cd9b4a5eae0304.tar.gz Shaarli-1e3b2740e522a8fde6bfef1030cd9b4a5eae0304.tar.zst Shaarli-1e3b2740e522a8fde6bfef1030cd9b4a5eae0304.zip |
improve tag cloud font size scaling
* use logarithmic scales
* remove bold style
Diffstat (limited to 'inc')
-rw-r--r-- | inc/shaarli.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index e7396ccb..d52de925 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -562,7 +562,6 @@ a.qrcode img { | |||
562 | } | 562 | } |
563 | 563 | ||
564 | #cloudtag a { | 564 | #cloudtag a { |
565 | font-weight:bold; | ||
566 | color: black; | 565 | color: black; |
567 | text-decoration: none; | 566 | text-decoration: none; |
568 | } | 567 | } |