This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
suttonelections
mirror of
https://github.com/adrianshort/suttonelections.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Don't print nav divs or background colours of links
tags/last-sinatra-version
Adrian Short
13 years ago
parent
8c04c6b099
commit
120ec2936a
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
}
Write
Preview
Loading…
Cancel
Save