Skip to content

Commit ebf3998

Browse files
committed
add missing changes for non-default CSS for issue #573
1 parent 8d10c81 commit ebf3998

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

web/offwhite/style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,14 +486,20 @@ table#dirlist { /* the "Name" column */
486486
background-position: -69px 0;
487487
}
488488

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 */
490490
padding-right: 1em;
491491
}
492492

493-
#dirlist tbody td:nth-child(4) {
493+
#dirlist tbody td:nth-child(5) {
494494
text-align: right; /* CSS3 may allow " " (single space char) */
495495
}
496496

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+
}
497503

498504
/* file display */
499505
div[id^='src'] {

web/polished/style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,14 +542,20 @@ table#dirlist { /* the "Name" column */
542542
background-position: -69px 0;
543543
}
544544

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 */
546546
padding-right: 1em;
547547
}
548548

549-
#dirlist tbody td:nth-child(4) {
549+
#dirlist tbody td:nth-child(5) {
550550
text-align: right; /* CSS3 may allow " " (single space char) */
551551
}
552552

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+
}
553559

554560
/* file display */
555561
div[id^='src'] {

0 commit comments

Comments
 (0)