summaryrefslogtreecommitdiff
path: root/spec/public/stylesheets/print.css
blob: 3fbc5596c05516a24c1df3b4804aca540f540bf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* This removes a few things from screen.css for printing */

body {
  padding: 0px;
  margin: 0.5em;
}

.anchor, #navigation, .to_top {
  display: none;
}

#content-container {
  width: 100%;
  float: none;
}