diff --git a/thoughts/static/thoughts/main.css b/thoughts/static/thoughts/main.css index 40eb4b2..6e3188b 100644 --- a/thoughts/static/thoughts/main.css +++ b/thoughts/static/thoughts/main.css @@ -251,17 +251,14 @@ h1 { } .history-nav li { - display: inline; + line-height: 1.3; } -.history-nav li:not(:first-child)::before { - content: "•"; +.history-nav li::before { + content: "➤"; } -.history-nav li:not(:first-child) > * { +.history-nav li > * { margin-left: 10px; } -.history-nav li:not(:last-child) > * { - margin-right: 5px; -} .history-nav .current-page { font-weight: bold; } diff --git a/thoughts/templates/thoughts/index.html b/thoughts/templates/thoughts/index.html index 029021d..48bc9c7 100644 --- a/thoughts/templates/thoughts/index.html +++ b/thoughts/templates/thoughts/index.html @@ -32,6 +32,7 @@
  • {{ page.formatted_name }}
  • {% endif %} {% endfor %} +
  • Search
  • {% endif %} @@ -102,6 +103,7 @@
  • {{ page.formatted_name }}
  • {% endif %} {% endfor %} +
  • Search
  • {% endblock %}