FLamparski / areabase

Areabase is a project to create an Android app to bring UK census and police data into one place (also tells you how good or bad your area is)
0 stars 0 forks source link

Fix the print stylesheets for the web page #25

Open FLamparski opened 10 years ago

FLamparski commented 10 years ago

Since I want to use the webpage at http://flamparski.github.io/areabase as the user manual, I need to get it ready to print and display some index stuff. Quite possibly I will just have to copy it into Publisher or something like that and just print it from there.

Because TRWTF are AQA: mark computing coursework from a paper-only code distribution.

Changes that need to be done:

FLamparski commented 10 years ago

A good solution (sass):

@media print
    .highlight
        pre
            line-height: 11pt !important
            span
                font-size: 10pt !important