summaryrefslogtreecommitdiffabout
path: root/cgit.css
authorLars Hjemli <hjemli@gmail.com>2007-06-18 20:12:09 (UTC)
committer Lars Hjemli <hjemli@gmail.com>2007-06-18 20:14:17 (UTC)
commita215bf4620113fcefb8dd3442bf3501bd648c463 (patch) (unidiff)
tree22e156c5b67605d7174c73efcd132696b335e8a0 /cgit.css
parent1f34fb9d4f0bf82706ed8912c37a4b320a14813b (diff)
downloadcgit-a215bf4620113fcefb8dd3442bf3501bd648c463.zip
cgit-a215bf4620113fcefb8dd3442bf3501bd648c463.tar.gz
cgit-a215bf4620113fcefb8dd3442bf3501bd648c463.tar.bz2
Change S/L/T to summary/log/tree
In yet another attempt at better usability, the cryptic S/L/T links are changed to show their full name. Suggested-by: Kristian Høgsberg <krh@bitplanet.net> Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.css') (more/less context) (ignore whitespace changes)
-rw-r--r--cgit.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/cgit.css b/cgit.css
index 9c79c32..112dac1 100644
--- a/cgit.css
+++ b/cgit.css
@@ -326,100 +326,101 @@ table.diffstat td.graph td.rem {
326 326
327div.diffstat-summary { 327div.diffstat-summary {
328 color: #888; 328 color: #888;
329 padding-top: 0.5em; 329 padding-top: 0.5em;
330} 330}
331 331
332table.diff td { 332table.diff td {
333 font-family: monospace; 333 font-family: monospace;
334 white-space: pre; 334 white-space: pre;
335} 335}
336 336
337table.diff td div.head { 337table.diff td div.head {
338 font-weight: bold; 338 font-weight: bold;
339 padding-top: 1em; 339 padding-top: 1em;
340} 340}
341 341
342table.diff td div.hunk { 342table.diff td div.hunk {
343 color: #009; 343 color: #009;
344} 344}
345 345
346table.diff td div.add { 346table.diff td div.add {
347 color: green; 347 color: green;
348} 348}
349 349
350table.diff td div.del { 350table.diff td div.del {
351 color: red; 351 color: red;
352} 352}
353 353
354.sha1 { 354.sha1 {
355 font-family: monospace; 355 font-family: monospace;
356 font-size: 90%; 356 font-size: 90%;
357} 357}
358 358
359.left { 359.left {
360 text-align: left; 360 text-align: left;
361} 361}
362 362
363.right { 363.right {
364 text-align: right; 364 text-align: right;
365} 365}
366 366
367table.list td.repogroup { 367table.list td.repogroup {
368 font-style: italic; 368 font-style: italic;
369 color: #888; 369 color: #888;
370} 370}
371 371
372a.button { 372a.button {
373 font-size: 80%; 373 font-size: 80%;
374 color: #333; 374 color: #aaa;
375 background-color: #ccc; 375 background-color: #eee;
376 border: solid 1px #999; 376 border: solid 1px #aaa;
377 padding: 0em 0.5em; 377 padding: 0em 0.5em;
378 margin: 0.1em 0.25em; 378 margin: 0.1em 0.25em;
379} 379}
380 380
381a.button:hover { 381a.button:hover {
382 text-decoration: none; 382 text-decoration: none;
383 background-color: #eee; 383 color: #333;
384 background-color: #ccc;
384} 385}
385 386
386a.primary { 387a.primary {
387 font-size: 100%; 388 font-size: 100%;
388} 389}
389 390
390a.secondary { 391a.secondary {
391 font-size: 90%; 392 font-size: 90%;
392} 393}
393 394
394td.toplevel-repo { 395td.toplevel-repo {
395 396
396} 397}
397 398
398table.list td.sublevel-repo { 399table.list td.sublevel-repo {
399 padding-left: 1.5em; 400 padding-left: 1.5em;
400} 401}
401 402
402span.age-mins { 403span.age-mins {
403 font-weight: bold; 404 font-weight: bold;
404 color: #080; 405 color: #080;
405} 406}
406 407
407span.age-hours { 408span.age-hours {
408 color: #080; 409 color: #080;
409} 410}
410 411
411span.age-days { 412span.age-days {
412 color: #040; 413 color: #040;
413} 414}
414 415
415span.age-weeks { 416span.age-weeks {
416 color: #444; 417 color: #444;
417} 418}
418 419
419span.age-months { 420span.age-months {
420 color: #888; 421 color: #888;
421} 422}
422 423
423span.age-years { 424span.age-years {
424 color: #bbb; 425 color: #bbb;
425} 426}