docs: Adding missing CSS file.
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
This commit is contained in:
parent
271859fc68
commit
3e225d611a
|
@ -0,0 +1,39 @@
|
|||
span.lib-process {
|
||||
color: green;
|
||||
}
|
||||
|
||||
span.lib-src {
|
||||
color: purple;
|
||||
}
|
||||
|
||||
span.lib-type {
|
||||
color: orange;
|
||||
}
|
||||
|
||||
span.lib-name {
|
||||
color: blue;
|
||||
}
|
||||
|
||||
span.drc-rule {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
span.drc-tag {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
span.drc-flag {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
span.layer {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
display: inline-block;
|
||||
}
|
|
@ -3,9 +3,9 @@
|
|||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
versioning
|
||||
Current Status <status>
|
||||
known_issues
|
||||
versioning
|
||||
|
||||
contributing
|
||||
|
||||
|
|
Loading…
Reference in New Issue