Skip to content

Commit

Permalink
Deployed cbede79 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcalcada committed Jan 27, 2024
1 parent b132358 commit 4e83ccb
Show file tree
Hide file tree
Showing 11 changed files with 2,022 additions and 1,537 deletions.
302 changes: 143 additions & 159 deletions 404.html

Large diffs are not rendered by default.

551 changes: 380 additions & 171 deletions api/index.html

Large diffs are not rendered by default.

434 changes: 262 additions & 172 deletions core/index.html

Large diffs are not rendered by default.

33 changes: 30 additions & 3 deletions extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,13 +84,13 @@ body>div.md-container>main>div>div.md-sidebar.md-sidebar--primary>div>div>nav>ul
background-color: transparent;
}

/*.md-search__input {
.md-search__input {
background: #ffffff1a;
height: 100%;
width: 100%;
z-index: 2;
border-radius: .1em;
}*/
}

.home-title {
height: 60px;
Expand All @@ -100,11 +100,18 @@ body>div.md-container>main>div>div.md-sidebar.md-sidebar--primary>div>div>nav>ul
.home-title h1 {
display: inline-block;
vertical-align: middle;
margin-top: 0px !important;
margin: 0px !important;
line-height: 1.1em !important;
color: #222222 !important;
}

.md-content__inner:before {
content: "";
display: block;
height: 0px;
}

#risc-v-steelfree-and-open-risc-v-ip {
font-size: 1.5em;
}
Expand All @@ -113,6 +120,10 @@ body>div.md-container>main>div>div.md-sidebar.md-sidebar--primary>div>div>nav>ul
margin-bottom: -0.6em;
}

#what-is-risc-v-steel {
margin-bottom: -0.6em;
}

.md-typeset figcaption {
font-style: normal !important;
}
Expand All @@ -129,5 +140,21 @@ body>div.md-container>main>div>div.md-sidebar.md-sidebar--primary>div>div>nav>ul

.api-doc {
font-size: 1em;
margin-left: 1em;
margin-left: 2em;
}

.main-section-title {
margin: 0px !important;
}

.main-section-subtitle {
margin-top: 0px !important;
}

.api-hidden {
visibility: hidden;
height: 0px;
font-size: 0px !important;
line-height: 0px !important;
margin: 0px !important;
}
Loading

0 comments on commit 4e83ccb

Please sign in to comment.