Browse Source

Don't print nav divs or background colours of links

tags/last-sinatra-version
Adrian Short 13 years ago
parent
commit
120ec2936a
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      public/print.css

+ 5
- 1
public/print.css View File

@@ -1,4 +1,4 @@
.noprint, #footer
.noprint, #footer, .nav
{
display: none;
}
@@ -6,4 +6,8 @@
body
{
margin: 0 auto;
}

a, a:visited {
background-color: #fff;
}

Loading…
Cancel
Save