Commit view: Preserve whitespace formmatting of commit messages.
Jonas Haag
13 years ago
68 | 68 | .repolist li a:hover { text-decoration: none; } |
69 | 69 | .repolist li a:hover .name { text-decoration: underline; } |
70 | 70 | |
71 | /* History View */ | |
72 | .history .pagination { margin-top: -2em; } | |
71 | /* Base styles for history and commit views */ | |
73 | 72 | .commit { |
74 | 73 | background-color: #f5f5f5; |
75 | 74 | padding: 8px 10px; |
77 | 76 | display: block; |
78 | 77 | border: 1px solid #e0e0e0; |
79 | 78 | } |
79 | .commit:hover { text-decoration: none; background-color: #f9f9f9; } | |
80 | ||
80 | 81 | .commit > span { display: block; } |
81 | 82 | |
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; } | |
84 | 85 | .commit:hover .line1 { text-decoration: underline; color: #aaa; } |
85 | 86 | .commit:hover .line1 span { color: black; } |
86 | .commit .line1 { font-family: monospace; font-size: 10pt; padding-bottom: 2px; } | |
87 | 87 | |
88 | 88 | .commit .line2 { position: relative; top: 3px; left: 1px; } |
89 | 89 | .commit .line2 > span:first-child { float: left; } |
90 | 90 | .commit .line2 > span:nth-child(2) { float: right; } |
91 | 91 | .commit .line2 { color: #737373; font-size: 12px; } |
92 | ||
93 | /* History View */ | |
94 | .history .pagination { margin-top: -2em; } | |
95 | a.commit { color: black !important; } | |
92 | 96 | |
93 | 97 | .tree ul { font-family: monospace; font-size: 10pt; } |
94 | 98 | .tree li { background-color: #f5f5f5; border: 1px solid #e0e0e0; } |