freebsd-dev/contrib/groff/doc/groff.css
2005-10-20 10:45:19 +00:00

18 lines
228 B
CSS

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;
}