Changesets can be listed by changeset number.
The Git repository is here.
Changeset 455
Improve bug tracker CSS, especially for comments.
- Comitted by: rool
- Date: Friday September 06 07:16:37 2013 (over 11 years ago)
Affected files:
rool/rails/collaboa/trunk/public/stylesheets/screen.css:
prev. | current | |
margin: 10px 0; | ||
} | ||
42 | ||
42 | div#ticket > p:last-child | |
{ | ||
44 | | |
45 | | |
46 | | |
47 | | |
44 | margin-bottom: 0; | |
} | ||
blockquote p | ||
{ | ||
color: #555; | ||
53 | | |
} | ||
code, pre | ||
... | ... | |
{ | ||
padding: 2px 10px 2px 10px; | ||
border: 1px solid #ccc; | ||
87 | | |
83 | background-attachment: #fff; | |
} | ||
legend | ||
... | ... | |
padding: 0 0 0 10px; | ||
} | ||
367 | ||
368 | ||
369 | | |
370 | ||
371 | ||
#ticket-changes ul li em | ||
{ | ||
font-style: normal; | ||
... | ... | |
-webkit-box-shadow: #888 0 0 5px; | ||
} | ||
395 | ||
386 | #ticket-change-comment | |
{ | ||
397 | | |
398 | | |
399 | | |
400 | | |
388 | margin-left: 10px; | |
} | ||
403 | ||
391 | #ticket-change-comment > p:last-child | |
{ | ||
405 | | |
393 | margin-bottom: 0; | |
} | ||
#filter-selector |