02/06 cleanup
All checks were successful
Build Org Website / build (push) Successful in 55s

This commit is contained in:
gitea-actions
2026-06-02 09:55:52 +01:00
parent 2213fe8a0c
commit d63dc6d2cf
7 changed files with 20 additions and 30 deletions

View File

@@ -10,7 +10,6 @@
.marginnote{
float: right;
width: var(--margin);
/* margin-right: calc(-1 * ( (95vw - var(--content)) / 2 )); */
margin-right: calc(-1 * ((100vi - var(--content)) / 2));
padding-right: var(--gutter);
overflow-wrap: break-word;
@@ -61,12 +60,6 @@ body{ counter-reset: sidenote-counter; }
pointer-events: none;
}
/* #content .figure, */
/* #content .org-src-container, */
/* #content img.fullwidth{ */
/* //clear: both; */
/* } */
.fullwidth{
display: block;
position: relative;
@@ -462,7 +455,6 @@ mark {
#table-of-contents{
float: left;
width: var(--margin);
/* margin-left: calc(-1 * ( (95vw - var(--content)) / 2 )); */
margin-left: calc(-1 * ((100vi - var(--content)) / 2));
padding-left: var(--gutter);
box-sizing: border-box;
@@ -505,8 +497,6 @@ mark {
h2[id], h3[id], h4[id] { scroll-margin-top: 6.5rem; }
#text-table-of-contents a.is-active{
/* font-weight: 700; */
text-decoration: underline;
background-color: var(--active-toc);
/* border: 1px solid var(--border, #ccc); */
}