tag cloud is present, #1122 is implemented

This commit is contained in:
Thomas Citharel
2015-03-08 14:47:22 +01:00
parent 512ff18015
commit ab87a7fe69
6 changed files with 86 additions and 3 deletions

View File

@ -455,3 +455,33 @@ pre code {
border: 1px solid #ddd;
font-size: 0.96em;
}
/* ==========================================================================
Tags-related styles
========================================================================== */
.suggestedtag {
padding: 4px;
cursor: pointer;
display: inline-block;
}
#tagcloud .smallesttag {
font-size: x-small;
}
#tagcloud .smalltag {
font-size: small;
}
#tagcloud .mediumtag {
font-size:medium;
}
#tagcloud .largetag {
font-size:large;
}
#tagcloud .largesttag {
font-size:larger;
}