mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-03 05:08:14 +00:00
Add home page
This commit is contained in:
@@ -1,11 +1,24 @@
|
||||
/* doc directories */
|
||||
|
||||
table.`directory {
|
||||
table.directory {
|
||||
/*border: 1px solid #ccc!important;*/
|
||||
table-layout: fixed;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
header.collection-header ul {
|
||||
margin-top: 1em;
|
||||
margin-bottom: 0;
|
||||
padding-left: 0.5em;
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
hr.collection-hr {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
.doc-directory tr {
|
||||
padding-left: 1em!important;
|
||||
border-top: 1px solid #ccc!important;
|
||||
@@ -124,4 +137,4 @@ details.odin-doc-toggle[open] > summary.hideme {
|
||||
|
||||
details.code-example > summary {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user