|
/* Reduce whitespace in cmd def pages */
|
|
.cmd.def .highlight-yoscrypt, .cmd.def .highlight pre {
|
|
padding: 0%;
|
|
margin: 0%;
|
|
}
|
|
|
|
.cmd.def .highlight-none, .cmd.def .highlight pre {
|
|
padding-top: 0%;
|
|
margin-top: 0%;
|
|
}
|
|
|
|
/* Make images full width */
|
|
.width-helper {
|
|
max-width: 100%;
|
|
} |