Skip to content

Custom stylesheet for printing #99

Open
@puredanger

Description

@puredanger
Member

Should make it look purty by default.

Activity

puredanger

puredanger commented on Jan 25, 2017

@puredanger
MemberAuthor

from bbloom:

Safari etc’s reader mode is broken on the current site b/c div#preamble doesn’t match div.sect1
i think that if you just make all the seconds have the same class, then reader modes will treat it all as body text and that’s a de facto print mode

an aria hint might do the trick super quick too
the simplest thing to try:
wrap the entire content of the page in a

tag. specifically, change the div with class clj-content-container from div to article - and see if that does it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @puredanger

        Issue actions

          Custom stylesheet for printing · Issue #99 · clojure/clojure-site