]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - contrib/groff/doc/groff.css
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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