Fix issue 591

Improve render of issue tag list
This commit is contained in:
William MARTIN
2011-02-23 20:20:02 +01:00
parent 2130b327df
commit cdedaa4604
2 changed files with 20 additions and 3 deletions

View File

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