diff --git a/help/en/hypha.myco b/help/en/hypha.myco index 97281da..93aa7cf 100644 --- a/help/en/hypha.myco +++ b/help/en/hypha.myco @@ -25,7 +25,7 @@ A **subhypha** is a hypha that has a name starting with a name of a different hy Thus, a **superhypha** is a reverse of subhypha: //Fruit// is the superhypha of //Fruit/Apple//. There can be only one superhypha. -**Sister hyphae** are hyphae that are subhyphae of the same hypha. For example, //Fruit/Apple// and //Fruit/Pear// are sister hyphae. +**Sibling hyphae** are hyphae that are subhyphae of the same hypha. For example, //Fruit/Apple// and //Fruit/Pear// are sibling hyphae. ## Word Read the word //hypha// as /ˈhaɪfə/. The plural form is //hyphae//. Read it as /ˈhaɪfi/. diff --git a/static/default.css b/static/default.css index 7071e98..7085993 100644 --- a/static/default.css +++ b/static/default.css @@ -74,7 +74,7 @@ header { width: 100%; margin-bottom: 1rem; } .layout { display: grid; grid-template-columns: auto 1fr; column-gap: 1rem; margin: 0 1rem; row-gap: 1rem; } .main-width { margin: 0; } main { grid-column: 1 / span 1; grid-row: 1 / span 2; } - .sister-hyphae, .edit-toolbar, .help-topics { grid-column: 2 / span 1; grid-row: 1 / span 1; } + .sibling-hyphae, .edit-toolbar, .help-topics { grid-column: 2 / span 1; grid-row: 1 / span 1; } .layout-card { width: 100%; } .edit-toolbar__buttons {display: grid; } } @@ -89,7 +89,7 @@ header { width: 100%; margin-bottom: 1rem; } .main-width { margin: 0 auto; } .backlinks { grid-column: 1 / span 1; margin-right: 0; } main { grid-column: 2 / span 1; } - .sister-hyphae, .edit-toolbar, .help-topics { grid-column: 3 / span 1; margin-left: 0; } + .sibling-hyphae, .edit-toolbar, .help-topics { grid-column: 3 / span 1; margin-left: 0; } .edit-toolbar__buttons { grid-template-columns: 1fr; } .backlinks__title { text-align: right; } @@ -193,11 +193,11 @@ caption { caption-side: top; font-size: small; } .subhyphae__link { display: block; padding: .25rem; text-decoration: none; } .subhyphae__link:hover { background: #eee; } -.sister-hyphae__list { padding: 0; margin: 0; } -.sister-hyphae__entry { clear: both; } -.sister-hyphae__count { display: inline-block; float: right; } -.sister-hyphae__entry_this { padding: .25rem .5rem; font-weight: bold; } -.sister-hyphae__link { text-decoration: none; display: block; padding: .25rem .5rem; } +.sibling-hyphae__list { padding: 0; margin: 0; } +.sibling-hyphae__entry { clear: both; } +.sibling-hyphae__count { display: inline-block; float: right; } +.sibling-hyphae__entry_this { padding: .25rem .5rem; font-weight: bold; } +.sibling-hyphae__link { text-decoration: none; display: block; padding: .25rem .5rem; } /* Color stuff */ /* Lighter stuff #eee */ @@ -255,7 +255,7 @@ blockquote { border-left: 2px #999 solid; } .upload-amnt { border: #eee 1px solid; } td { border: #ddd 1px solid; } -.sister-hyphae__link:hover, .backlinks__link:hover { background-color: #eee; } +.sibling-hyphae__link:hover, .backlinks__link:hover { background-color: #eee; } /* Dark theme! */ @media (prefers-color-scheme: dark) { @@ -265,7 +265,7 @@ main, article, .hypha-tabs__tab, header, .layout-card { background-color: #3434 a, .wikilink_external { color: #f1fa8c; } a:visited, .wikilink_external:visited { color: #ffb86c; } .wikilink_new, .wikilink_new:visited { color: #dd4444; } -.subhyphae__link:hover, .sister-hyphae__link:hover, .backlinks__link:hover { background-color: #444; } +.subhyphae__link:hover, .sibling-hyphae__link:hover, .backlinks__link:hover { background-color: #444; } .header-links__link, .header-links__link:visited, .prevnext__el, .prevnext__el:visited { color: #ddd; } diff --git a/tree/tree.go b/tree/tree.go index 9e08031..b04e1c4 100644 --- a/tree/tree.go +++ b/tree/tree.go @@ -87,7 +87,7 @@ func Tree(hyphaName string) (siblingsHTML, childrenHTML, prev, next string) { for i, s := range siblings { if s.name == hyphaName { I = i - siblingsHTML += fmt.Sprintf(`