summaryrefslogtreecommitdiffabout
path: root/cgit.css
Unidiff
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 87fd00a..5cf8d15 100644
--- a/cgit.css
+++ b/cgit.css
@@ -207,67 +207,71 @@ td.blob {
207table.nowrap td { 207table.nowrap td {
208 white-space: nowrap; 208 white-space: nowrap;
209} 209}
210 210
211table.commit-info { 211table.commit-info {
212 border-collapse: collapse; 212 border-collapse: collapse;
213 margin-top: 1.5em; 213 margin-top: 1.5em;
214} 214}
215 215
216table.commit-info th { 216table.commit-info th {
217 text-align: left; 217 text-align: left;
218 font-weight: normal; 218 font-weight: normal;
219 padding: 0.1em 1em 0.1em 0.1em; 219 padding: 0.1em 1em 0.1em 0.1em;
220} 220}
221 221
222table.commit-info td { 222table.commit-info td {
223 font-weight: normal; 223 font-weight: normal;
224 padding: 0.1em 1em 0.1em 0.1em; 224 padding: 0.1em 1em 0.1em 0.1em;
225} 225}
226 226
227div.commit-subject { 227div.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
234div.commit-msg { 234div.commit-msg {
235 white-space: pre; 235 white-space: pre;
236 font-family: monospace; 236 font-family: monospace;
237} 237}
238 238
239div.diffstat-header {
240 font-weight: bold;
241 padding-top: 1.5em;
242}
243
239table.diffstat { 244table.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
247table.diffstat tr:hover { 251table.diffstat tr:hover {
248 background-color: #ccc; 252 background-color: #ccc;
249} 253}
250 254
251table.diffstat th { 255table.diffstat th {
252 font-weight: normal; 256 font-weight: normal;
253 text-align: left; 257 text-align: left;
254 text-decoration: underline; 258 text-decoration: underline;
255 padding: 0.1em 1em 0.1em 0.1em; 259 padding: 0.1em 1em 0.1em 0.1em;
256 font-size: 100%; 260 font-size: 100%;
257} 261}
258 262
259table.diffstat td { 263table.diffstat td {
260 padding: 0.2em 0.2em 0.1em 0.1em; 264 padding: 0.2em 0.2em 0.1em 0.1em;
261 font-size: 100%; 265 font-size: 100%;
262 border: none; 266 border: none;
263} 267}
264 268
265table.diffstat td span.modechange { 269table.diffstat td span.modechange {
266 padding-left: 1em; 270 padding-left: 1em;
267 color: red; 271 color: red;
268} 272}
269 273
270table.diffstat td.add a { 274table.diffstat td.add a {
271 color: green; 275 color: green;
272} 276}
273 277