From 9bc09ceebcc7bf9ca7ea9561c6167179c11aeb29 Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Sat, 30 May 2020 01:43:06 +0000 Subject: [PATCH] Remove navigation links for now --- themes/theme/templates/base.html | 11 ----------- themes/theme/templates/style.css | 20 +------------------- 2 files changed, 1 insertion(+), 30 deletions(-) diff --git a/themes/theme/templates/base.html b/themes/theme/templates/base.html index 6e23f39..6f31ddc 100644 --- a/themes/theme/templates/base.html +++ b/themes/theme/templates/base.html @@ -20,23 +20,12 @@

Tanner Collin

-

- About - Posts - Contact -

- -
    -
  • Home
  • -
  • About
  • -
  • Contact
  • -
{% block content %} {% endblock %} diff --git a/themes/theme/templates/style.css b/themes/theme/templates/style.css index 48ca47d..aac177b 100644 --- a/themes/theme/templates/style.css +++ b/themes/theme/templates/style.css @@ -35,16 +35,7 @@ pre { } .sidebar p { - margin-top: 1.1875rem; -} - -.sidebar a { - padding-top: 0.5rem; - padding-bottom: 0.5rem; - display: block; -} -.sidebar a:hover { - background-color: #eee; + margin-top: 2rem; } .topbar { @@ -57,15 +48,6 @@ pre { height: auto; } -.topbar ul { - padding-left: 0; -} - -.topbar li { - display: inline; - margin-right: 0.5rem; -} - .toc { float: right; background-color: #eee;