Fixed clicking on tags

This commit is contained in:
Marcin Kurczewski 2014-09-23 19:07:15 +02:00
parent aff5965091
commit 9a191c8237

View file

@ -74,7 +74,8 @@
display: inline-block; display: inline-block;
} }
#sidebar .tags li a { #sidebar .tags li a {
display: block; display: inline-block;
padding-left: 1em; /* ? */
} }
#sidebar .tags li .usages { #sidebar .tags li .usages {
color: silver; color: silver;