checkstyle/docs/mystyle.css

21 lines
246 B
CSS

//p {
// margin-left : 5%;
// margin-right : 5%;
//}
p.body {
margin-left : 5%;
margin-right : 3%;
}
li.body {
margin-left : 5%;
margin-right : 3%;
}
span.code {
white-space: nowrap;
font-family: monospace;
font-weight: bold
}