Files
netbsd/gnu/dist/groff/doc/groff.css
2013-04-06 16:48:33 +02: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;
}