Unidiff1 files changed, 5 insertions, 1 deletions
|
diff --git a/cgit.css b/cgit.css index 87fd00a..5cf8d15 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -227,27 +227,31 @@ table.commit-info td { |
227 | div.commit-subject { |
227 | div.commit-subject { |
228 | font-weight: bold; |
228 | font-weight: bold; |
229 | font-size: 125%; |
229 | font-size: 125%; |
230 | margin: 1.5em 0em 0.5em 0em; |
230 | margin: 1.5em 0em 0.5em 0em; |
231 | padding: 0em; |
231 | padding: 0em; |
232 | } |
232 | } |
233 | |
233 | |
234 | div.commit-msg { |
234 | div.commit-msg { |
235 | white-space: pre; |
235 | white-space: pre; |
236 | font-family: monospace; |
236 | font-family: monospace; |
237 | } |
237 | } |
238 | |
238 | |
| |
239 | div.diffstat-header { |
| |
240 | font-weight: bold; |
| |
241 | padding-top: 1.5em; |
| |
242 | } |
| |
243 | |
239 | table.diffstat { |
244 | table.diffstat { |
240 | border-collapse: collapse; |
245 | border-collapse: collapse; |
241 | margin-top: 1.5em; |
| |
242 | width: 100%; |
246 | width: 100%; |
243 | border: solid 1px #aaa; |
247 | border: solid 1px #aaa; |
244 | background-color: #eee; |
248 | background-color: #eee; |
245 | } |
249 | } |
246 | |
250 | |
247 | table.diffstat tr:hover { |
251 | table.diffstat tr:hover { |
248 | background-color: #ccc; |
252 | background-color: #ccc; |
249 | } |
253 | } |
250 | |
254 | |
251 | table.diffstat th { |
255 | table.diffstat th { |
252 | font-weight: normal; |
256 | font-weight: normal; |
253 | text-align: left; |
257 | text-align: left; |
|