Skip to content

Commit

Permalink
Update HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
mietek committed Jul 1, 2024
1 parent aea2d76 commit da48d88
Show file tree
Hide file tree
Showing 3 changed files with 249 additions and 239 deletions.
5 changes: 3 additions & 2 deletions docs/mi-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ ol[type="i"] li::marker {
padding-top: 0.5rem;
}
.footnotes {
margin: 4.5rem 0 10.4rem 0;
margin: 9.7rem 0 10.4rem 0;
}
.footnotes hr {
border: 0;
Expand Down Expand Up @@ -630,7 +630,7 @@ p:has(> a.mi):before {
line-height: 1.6rem;
background-color: var(--background);
border: 0.1rem var(--comment) solid;
margin: -0.3rem auto -15.7rem auto;
margin: 20.5rem auto -15.7rem auto;
width: 58.0rem;
height: 35.8459713475rem;
transform: rotate(-2deg);
Expand Down Expand Up @@ -667,6 +667,7 @@ p:has(> a.mi):before {
#title-block-header {
position: relative;
z-index: -1;
margin-top: 18.8rem;
margin-bottom: 10.4rem;
}
.wip {
Expand Down
6 changes: 3 additions & 3 deletions docs/mi-layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
width: 100%;
position: relative;
}
main > p, h1, h2, h3, h4, h5, h6, ol, ul, .footnotes hr, .align-top > p, .align-bottom > p, .index {
main > p, h1, h2, h3, h4, h5, h6, ol, ul, .footnotes hr, .align-top > p, .align > p, .index {
max-width: calc(50% - 3rem);
}
blockquote {
Expand All @@ -22,13 +22,13 @@
max-width: calc(50% - 3rem);
margin: 0.7rem 0 0.9rem 0;
}
.align-top, .align-bottom {
.align-top, .align {
position: relative;
}
.align-top pre {
top: 0;
}
.align-bottom pre {
.align pre {
bottom: -0.5rem;
}
}
Expand Down
Loading

0 comments on commit da48d88

Please sign in to comment.