Differences From Artifact [dfbb1609]:
- File web-extra/martin.css.pp — part of check-in [8ab2075d] at 2019-04-12 02:33:04 on branch trunk — First attempt at hiding redundant series info on series pages (user: joel, size: 20703) [annotate] [blame] [check-ins using]
To Artifact [8dbe8d2a]:
- File web-extra/martin.css.pp — part of check-in [d637a276] at 2019-04-14 15:35:35 on branch trunk — Fix CSS selector (user: joel, size: 20704) [annotate] [blame] [check-ins using]
| ︙ | |||
665 666 667 668 669 670 671 | 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 | - + |
section.entry-content {
grid-area: main;
/* Prevent content from overriding grid column sizing */
/* See https://css-tricks.com/preventing-a-grid-blowout/ */
min-width: 0;
}
|
| ︙ |