Automatically create links in the issue description and comments.

Link to issues but also commits.
This commit is contained in:
Loic d'Anterroches
2008-07-28 20:31:23 +02:00
parent 3dbae6272a
commit 3fb47562ce
4 changed files with 126 additions and 4 deletions

View File

@@ -123,8 +123,13 @@ span.px-header-title {
/**
* Issue
*/
p.issue-comment-text {
font-family: monospace;
a.issue-c {
text-decoration: line-through;
}
pre.issue-comment-text {
font-family: monospace;
line-height: 1.2; /* to be nice also with links */
}
div.issue-comment {