Files
acrn-hypervisor/custom-doxygen/customdoxygen.css
David B. Kinder 6ed10c96a6 doc: initial doc commit
Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
2018-03-05 22:54:44 -08:00

18 lines
362 B
CSS

/* Custom CSS */
code {
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
background-color: #D8D8D8;
padding: 0 0.25em 0 0.25em;
}
pre.fragment {
display: block;
font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
padding: 1rem;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
background-color: #D8D8D8;
}