File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -486,14 +486,20 @@ table#dirlist { /* the "Name" column */
486
486
background-position : -69px 0 ;
487
487
}
488
488
489
- # dirlist td : nth-child (n+2 ) { /* all but the first column */
489
+ # dirlist td : nth-child (n+3 ) { /* all but the first 2 columns */
490
490
padding-right : 1em ;
491
491
}
492
492
493
- # dirlist tbody td : nth-child (4 ) {
493
+ # dirlist tbody td : nth-child (5 ) {
494
494
text-align : right; /* CSS3 may allow " " (single space char) */
495
495
}
496
496
497
+ # dirlist td .q { /* 2nd column: H A D */
498
+ white-space : nowrap;
499
+ font-size : small;
500
+ padding-left : 16px ;
501
+ width : 3em ;
502
+ }
497
503
498
504
/* file display */
499
505
div [id ^= 'src' ] {
Original file line number Diff line number Diff line change @@ -542,14 +542,20 @@ table#dirlist { /* the "Name" column */
542
542
background-position : -69px 0 ;
543
543
}
544
544
545
- # dirlist td : nth-child (n+2 ) { /* all but the first column */
545
+ # dirlist td : nth-child (n+3 ) { /* all but the first 2 columns */
546
546
padding-right : 1em ;
547
547
}
548
548
549
- # dirlist tbody td : nth-child (4 ) {
549
+ # dirlist tbody td : nth-child (5 ) {
550
550
text-align : right; /* CSS3 may allow " " (single space char) */
551
551
}
552
552
553
+ # dirlist td .q { /* 2nd column: H A D */
554
+ white-space : nowrap;
555
+ font-size : small;
556
+ padding-left : 16px ;
557
+ width : 3em ;
558
+ }
553
559
554
560
/* file display */
555
561
div [id ^= 'src' ] {
You can’t perform that action at this time.
0 commit comments