forked from wallabag/wallabag
tag cloud is present, #1122 is implemented
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user