change the font sizes in the tag cloud

darcs-hash:20080731040703-84dde-c90f3afa2b15474331edb39f38ab1123978b4b09.gz
This commit is contained in:
Evan Prodromou 2008-07-31 00:07:03 -04:00
parent 76ee6cb093
commit 1dfddc0cd2

View File

@ -654,28 +654,28 @@ text-align: center;
} }
p.tagcloud a.largest { p.tagcloud a.largest {
font-size: 200%; font-size: 400%;
} }
p.tagcloud a.verylarge { p.tagcloud a.verylarge {
font-size: 150%; font-size: 300%;
} }
p.tagcloud a.large { p.tagcloud a.large {
font-size: 125%; font-size: 200%;
} }
p.tagcloud a.medium { p.tagcloud a.medium {
font-size: 100%; font-size: 150%;
} }
p.tagcloud a.small { p.tagcloud a.small {
font-size: 75%; font-size: 100%;
} }
p.tagcloud a.verysmall { p.tagcloud a.verysmall {
font-size: 50%; font-size: 80%;
} }
p.tagcloud a.smallest { p.tagcloud a.smallest {
font-size: 25%; font-size: 60%;
} }