git @ Cat's Eye Technologies klaus / 6c96df4
Commit view: Preserve whitespace formmatting of commit messages. Jonas Haag 13 years ago
1 changed file(s) with 9 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
6868 .repolist li a:hover { text-decoration: none; }
6969 .repolist li a:hover .name { text-decoration: underline; }
7070
71 /* History View */
72 .history .pagination { margin-top: -2em; }
71 /* Base styles for history and commit views */
7372 .commit {
7473 background-color: #f5f5f5;
7574 padding: 8px 10px;
7776 display: block;
7877 border: 1px solid #e0e0e0;
7978 }
79 .commit:hover { text-decoration: none; background-color: #f9f9f9; }
80
8081 .commit > span { display: block; }
8182
82 .commit { color: black !important; }
83 .commit:hover { text-decoration: none; background-color: #f9f9f9; }
83 .commit .line1 { font-family: monospace; font-size: 10pt; padding-bottom: 2px; }
84 .commit .line1 span { white-space: pre; }
8485 .commit:hover .line1 { text-decoration: underline; color: #aaa; }
8586 .commit:hover .line1 span { color: black; }
86 .commit .line1 { font-family: monospace; font-size: 10pt; padding-bottom: 2px; }
8787
8888 .commit .line2 { position: relative; top: 3px; left: 1px; }
8989 .commit .line2 > span:first-child { float: left; }
9090 .commit .line2 > span:nth-child(2) { float: right; }
9191 .commit .line2 { color: #737373; font-size: 12px; }
92
93 /* History View */
94 .history .pagination { margin-top: -2em; }
95 a.commit { color: black !important; }
9296
9397 .tree ul { font-family: monospace; font-size: 10pt; }
9498 .tree li { background-color: #f5f5f5; border: 1px solid #e0e0e0; }