mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-04 07:45:23 +00:00
Move ACRN documentation in a dedicated doc/ folder
Adjust various scripts accordingly Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com> Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
34
doc/custom-doxygen/customdoxygen.css
Normal file
34
doc/custom-doxygen/customdoxygen.css
Normal file
@@ -0,0 +1,34 @@
|
||||
/* 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;
|
||||
}
|
||||
|
||||
#projectlogo
|
||||
{
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#projectname
|
||||
{
|
||||
font: 200% Tahoma, Arial,sans-serif;
|
||||
color: #006469;
|
||||
|
||||
}
|
||||
|
||||
#projectbrief
|
||||
{
|
||||
color: #006469;
|
||||
}
|
Reference in New Issue
Block a user