nytimes/library

Basic print style refinements

开放

#105 创建于 2020年3月27日

 (4 条评论) (0 个反应) (0 位负责人)JavaScript (148 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (1,180 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

It looks like hiding the fixed nav and the search bar would mostly solve this problem?


@afischer additions:_

Header

  • Logo, breadcrumbs should render at top. Long breadcrumbs should truncate with ellipses.
  • User initials/profile button should not render
  • Header should only be on first page, not repeating
  • Search bar, view all docs button should be hidden
  • Edit button should be hidden
  • side margins should be removed from title
  • HR should be removed? maybe? up to you.

Body

  • left and right margins should be removed, left text should be flush with logo at top of page
  • :before/:after elements on inline code should be removed
  • Images should not break between pages
  • Table rows should not break between pages
  • Tables of contents should not render

Footer:

  • "Pages in" block should be hidden
  • HR, buttons, footer text should all be hidden.

贡献者指南