61:d77763d2fdda | 62:89b12ef5e190 |
---|---|
85 <meta charset="UTF-8"> | 85 <meta charset="UTF-8"> |
86 <style> | 86 <style> |
87 table.heatmap { | 87 table.heatmap { |
88 table-layout: fixed; | 88 table-layout: fixed; |
89 border-collapse: separate; | 89 border-collapse: separate; |
90 border-spacing: 4px; | 90 border-spacing: 2px; |
91 font-family: sans-serif; | 91 font-family: sans-serif; |
92 } | 92 } |
93 | 93 |
94 table.heatmap td, table.heatmap th { | 94 table.heatmap td, table.heatmap th { |
95 text-align: center; | 95 text-align: center; |
110 table.heatmap td.out-of-range { | 110 table.heatmap td.out-of-range { |
111 background-color: gray; | 111 background-color: gray; |
112 } | 112 } |
113 | 113 |
114 table.heatmap td.zero-commits { | 114 table.heatmap td.zero-commits { |
115 background-color: white; | 115 background-color: #E3E3E3; |
116 } | 116 } |
117 | 117 |
118 table.heatmap td.one-commit { | 118 table.heatmap td.one-commit { |
119 background-color: #80E7A0; | 119 background-color: #80E7A0; |
120 } | 120 } |