summaryrefslogtreecommitdiffstats
path: root/contrib/groff/doc/groff.css
blob: ba36f6ede9ce62ced31a612e14f87b05e3807d29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

body { 
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 5%;
  background-color: white;
  color: black;
}

pre {
  background-color: lightgrey;
  color: black;
  border: thin;
  border-style: solid;
}

OpenPOWER on IntegriCloud