change tag output to a tag cloud

darcs-hash:20080729193533-84dde-1e7deeb0c7d7fb7686653be17d197e871aded8be.gz
This commit is contained in:
Evan Prodromou
2008-07-29 15:35:33 -04:00
parent 2843e2ed9a
commit 7d43f211c0
2 changed files with 65 additions and 47 deletions

View File

@@ -646,3 +646,32 @@ input#openid_url {
}
/* ===== End Forms Styling ===== */
/* ===== Tag Cloud Styling ===== */
p#tagcloud largest {
font-size: xx-large;
}
p#tagcloud verylarge {
font-size: x-large;
}
p#tagcloud large {
font-size: large;
}
p#tagcloud medium {
font-size: medium;
}
p#tagcloud small {
font-size: small;
}
p#tagcloud verysmall {
font-size: x-small;
}
p#tagcloud smallest {
font-size: xx-small;
}