/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/static/css/style.css

  • Committer: Kent Gibson
  • Date: 2007-03-12 13:31:50 UTC
  • mto: (128.3.1 robey.kg)
  • mto: This revision was merged to the branch mainline in revision 134.
  • Revision ID: warthog618@gmail.com-20070312133150-10xnbvonnmx2njk3
leave most width specs to the browser

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    color: #708a96;
26
26
    font-weight: normal;
27
27
    font-size: 1.6em;
28
 
    margin-bottom: 1.5em;
 
28
    margin-bottom: 1em;
29
29
}
30
30
h1 .filename {
31
31
    font-family: monospace;
228
228
}
229
229
 
230
230
.log-entries .revision-number {
231
 
    width: 3em;
232
231
    padding-left: 0.5em;
233
232
}
234
233
 
235
234
.log-entries .revision-header td.date {
236
235
    font-size: smaller;
237
 
    width: 16em;
238
236
}
239
237
 
240
238
.log-entries .revision-header .inventory-link {
241
239
    font-size: smaller;
242
240
    vertical-align: middle;
243
 
    width: 2em;
244
241
    text-align: left;
245
242
    padding-right: 0.5em;
246
243
}
494
491
 
495
492
.inventory td.permissions {
496
493
    font-family: monospace;
497
 
    width: 9em;
498
494
    padding-left: 0.5em;
499
495
}
500
496
 
505
501
.inventory td.size {
506
502
        font-family: monospace;
507
503
        font-size: smaller;
508
 
        width: 5em;
509
504
}
510
505
 
511
506
.inventory td.revision {
512
 
    width: 5em;
513
507
    padding-right: 1em;
514
508
    text-align: left;
515
509
}
517
511
.inventory td.date {
518
512
    font-family: monospace;
519
513
    font-size: smaller;
520
 
    width: 12em;
521
514
    padding-right: 1em;
522
515
}
523
516
 
524
517
.inventory td.changes-link {
525
 
    width: 5em;
526
518
    font-size: smaller;
527
519
}
528
520
 
529
521
.inventory td.download-link {
530
 
    width: 6em;
531
522
    font-size: smaller;
532
523
}
533
524
 
645
636
 
646
637
.browse-view td.last-update {
647
638
        font-size: smaller;
648
 
        width: 15%;
649
639
}
650
640
 
651
641
.browse-view td.url {