Reduced .aside .tag-cloud font-size

This commit is contained in:
sarven 2009-01-23 03:51:35 +00:00
parent 961c5af3ce
commit 8b7c71ac24
1 changed files with 5 additions and 0 deletions

View File

@ -1102,6 +1102,11 @@ border-top:0;
.tag-cloud {
list-style-type:none;
}
.aside .tag-cloud {
font-size:0.8em;
}
.tag-cloud li {
display:inline;
margin-right:7px;