kb: style tags in tagcloud

This commit is contained in:
Frédéric Péters 2015-12-01 11:11:48 +01:00
parent ab31bf20df
commit 9795851072
1 changed files with 9 additions and 0 deletions

View File

@ -566,3 +566,12 @@ div.old-version.warning-notice form {
div.tagcloud {
padding: 1ex;
}
div.tagcloud span {
cursor: pointer;
border-bottom: 1px dotted #aaa;
}
div.tagcloud span:hover {
border-bottom: 1px solid #aaa;
}