Skip to content

Commit

Permalink
Fix #17913: issue hyperlinks in timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Nov 23, 2014
1 parent d5b3f7c commit 2fa31b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/default.css
Expand Up @@ -776,7 +776,7 @@ div.timeline div.heading { font-size: x-large; }
div.timeline div.date_range { font-size: large; margin-bottom: 200px; }

/* timeline entry styles */
div.timeline div.entry { margin-bottom: -30px; position: relative; z-index: -1; }
div.timeline div.entry { margin-bottom: -30px; position: relative; }
div.timeline * span.tag_name { background-color: green; color: white; border-radius: 5px; padding-left: 5px; padding-right: 5px; }
div.timeline * span.username { font-weight:bold; }

Expand Down

4 comments on commit 2fa31b8

@Kirill
Copy link
Contributor

@Kirill Kirill commented on 2fa31b8 Nov 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dregad, thank you. this fix link for issue. but link for more events not work :-)

@dregad
Copy link
Member Author

@dregad dregad commented on 2fa31b8 Nov 25, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for letting me know. Tracking in http://www.mantisbt.org/bugs/view.php?id=17918

@Kirill
Copy link
Contributor

@Kirill Kirill commented on 2fa31b8 Jan 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dregad last update fix problems with Timeline.

@dregad
Copy link
Member Author

@dregad dregad commented on 2fa31b8 Jan 20, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Kirill Thanks for your feedback !

Please sign in to comment.