mirror of https://github.com/YosysHQ/yosys.git
15 lines
298 B
CSS
15 lines
298 B
CSS
|
/* 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%;
|
||
|
}
|