解决版本库--查看修订异常问题

This commit is contained in:
huang 2015-07-31 15:29:55 +08:00
parent 47e66d87c9
commit b4e12b6e71
1 changed files with 2 additions and 1 deletions

View File

@ -694,9 +694,10 @@ table.list thead th
tr.changeset { height: 20px }
tr.changeset ul, ol { margin-top: 0px; margin-bottom: 0px; }
tr.changeset td.revision_graph { width: 15%; background-color: #fffffb; }
tr.changeset td.revision_graph { width: 1%; background-color: #fffffb; }
tr.changeset td.author { text-align: center; width: 15%; white-space:nowrap;}
tr.changeset td.committed_on { text-align: center; width: 15%; white-space:nowrap;}
tr.changeset td.comments { text-align: center; word-break:break-all; word-wrap: break-word;;}
div.changeset { padding: 4px;}
div.changeset { border-bottom: 1px solid #ddd; }