Remove navigation links for now

columns
Tanner Collin 4 years ago
parent e91c976ddb
commit 9bc09ceebc
  1. 11
      themes/theme/templates/base.html
  2. 20
      themes/theme/templates/style.css

@ -20,23 +20,12 @@
<p>
Tanner Collin
</p>
<p>
<a href="about.html">About</a>
<a href="posts.html">Posts</a>
<a href="contact.html">Contact</a>
</p>
</div>
<div class="content">
<div class="topbar">
<p>
<img src="/theme/logo.png" />
</p>
<ul>
<li>Home</li>
<li>About</li>
<li>Contact</li>
</ul>
</div>
{% block content %}
{% endblock %}

@ -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;

Loading…
Cancel
Save