Differences From Artifact [6d089e00]:
- File web-extra/martin.css.pp — part of check-in [e5a492af] at 2019-05-27 20:55:17 on branch trunk — Implement figure tags (user: joel, size: 22122) [annotate] [blame] [check-ins using]
To Artifact [dda0dce8]:
- File web-extra/martin.css.pp — part of check-in [d7ebf012] at 2019-06-01 20:30:47 on branch trunk — Support sub-entries in keyword index. Finishes [5daecde7] (user: joel, size: 22211) [annotate] [blame] [check-ins using]
︙ | |||
648 649 650 651 652 653 654 655 656 657 658 659 660 661 | 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 | + + + + + | } #keywordindex ul { margin-top: 0; list-style-type: none; padding: 0; } #keywordindex ul ul { margin-left: 0.5em; font-size: smaller; } /* End of mobile-first typography and layout */ } /* Here’s where we start getting funky for any viewport wider than mobile portrait. An iPhone 6 is 667px wide in landscape mode, so that’s our breakpoint. */ |
︙ |