Apply the UI enhancement of issue tags cloud to wiki and download part too.

This commit is contained in:
William MARTIN
2011-02-23 22:35:43 +01:00
parent cdedaa4604
commit 6f1bb309d4
8 changed files with 19 additions and 32 deletions

View File

@@ -203,16 +203,16 @@ span.px-header-title a, span.px-header-title a:link, span.px-header-title a:visi
/**
* Issue
*/
#issue-tags dl {
#tagscloud dl {
margin: 0;
}
#issue-tags dt {
#tagscloud dt {
margin-top: .5em;
font-weight: bold;
}
#issue-tags dd {
#tagscloud dd {
margin: 0;
display: inline;
}