diff --git a/trac/htdocs/css/timeline.css b/trac/htdocs/css/timeline.css
|
a
|
b
|
|
| 14 | 14 | line-height: 1.3em; |
| 15 | 15 | margin-left: 1em; |
| 16 | 16 | } |
| 17 | | dl.unread { |
| 18 | | margin-left: 0.38em; |
| 19 | | border-left: 0.31em solid #c0f0c0; |
| 20 | | padding-left: 0.31em; |
| 21 | | } |
| 22 | | |
| 23 | 17 | dt { background: 3px 4px no-repeat; padding: 0 } |
| 24 | 18 | dt :link, dt :visited { |
| 25 | 19 | background: 3px 3px no-repeat; |
| … |
… |
|
| 58 | 52 | dt.milestone, dt.milestone a { background-image: url(../milestone.png) !important } |
| 59 | 53 | dt.attachment, dt.attachment a { background-image: url(../attachment.png) !important } |
| 60 | 54 | |
| | 55 | dt.unread { font-weight: bold; } |
| | 56 | |
| 61 | 57 | /* styles for the 'changeset_long_messages' option */ |
| 62 | 58 | dd.changeset p { margin: 0; padding: 0 } |
| 63 | 59 | dd.changeset ul { padding-left: 15px; } |