From fe360f582d7a1cee718e05bcd883b81a0bac4da4 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Thu, 21 Apr 2022 18:05:15 +0300 Subject: [PATCH] Replace bullet-less lists with numbered lists --- backlinks/view_backlinks.html | 4 ++-- categories/view_list.html | 4 ++-- categories/view_page.html | 4 ++-- static/default.css | 18 ------------------ 4 files changed, 6 insertions(+), 24 deletions(-) diff --git a/backlinks/view_backlinks.html b/backlinks/view_backlinks.html index 597fe32..55f415c 100644 --- a/backlinks/view_backlinks.html +++ b/backlinks/view_backlinks.html @@ -5,13 +5,13 @@

{{block "backlinks to link" .HyphaName}}Backlinks to {{beautifulName .}}{{end}}

{{block "description" .}}Hyphae which have a link to this hypha, embed it as an image or transclude it are listed below.{{end}}

- +
{{end}} \ No newline at end of file diff --git a/categories/view_list.html b/categories/view_list.html index 53754b3..f989eca 100644 --- a/categories/view_list.html +++ b/categories/view_list.html @@ -4,13 +4,13 @@

{{template "title"}}

{{if len .Categories}} - + {{else}}

{{block `no categories` .}}This wiki has no categories.{{end}}

{{end}} diff --git a/categories/view_page.html b/categories/view_page.html index a250d38..fb90c72 100644 --- a/categories/view_page.html +++ b/categories/view_page.html @@ -7,7 +7,7 @@ {{if len .Hyphae | not}}

{{block "empty cat" .}}This category is empty{{end}}

{{end}} - +
{{end}} \ No newline at end of file diff --git a/static/default.css b/static/default.css index 45f2622..2aa3ac7 100644 --- a/static/default.css +++ b/static/default.css @@ -14,8 +14,6 @@ .modal__title_small { font-size: 1.5rem; } .modal__confirmation-msg { margin: 0 0 .5rem 0; } -.hypha-list, .title-search__results, .backlinks__list, .category-list__entries, .category__entries { padding-left: 0; } -.hypha-list__entry, .title-search__entry, .backlinks__entry, .category-list__entry, .category__entry { list-style-type: none; } .hypha-list__link, .title-search__link, .backlinks__link, .category-list__link, .category__link { text-decoration: none; display: inline-block; padding: .25rem; } .hypha-list__link:hover, .title-search__link:hover, .backlinks__link:hover, .category-list__link:hover, .category__link:hover { text-decoration: underline; } .hypha-list__amnt-type { font-size: smaller; color: #999; } @@ -806,22 +804,6 @@ kbd { } } -/* - * Help badge - */ -.help-topic-badge { - display: block; - float: right; - line-height: 2rem; - height: 2rem; - width: 2rem; - text-align: center; - color: inherit; - text-decoration: none; - border: 1px solid #999; - border-radius: 1rem; -} - /* * Buttons beside the hypha title */