]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/groff/doc/groff.css
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / groff / doc / groff.css
1
2 body { 
3   margin-top: 5%;
4   margin-left: 5%;
5   margin-right: 5%;
6   margin-bottom: 5%;
7   background-color: white;
8   color: black;
9 }
10
11 pre {
12   background-color: lightgrey;
13   color: black;
14   border: thin;
15   border-style: solid;
16 }
17