From 20d47636c435c1d10835d32197664b2f8798e1d7 Mon Sep 17 00:00:00 2001 From: William Light <wrl@illest.net> Date: Fri, 11 Jan 2013 17:23:08 +0100 Subject: [PATCH] better ephemeral navigation aesthetics --- static/css/screen.css | 4 +--- templates/archives.html | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/static/css/screen.css b/static/css/screen.css index ea990d2..57e2e22 100644 --- a/static/css/screen.css +++ b/static/css/screen.css @@ -209,9 +209,7 @@ form.inline_edit { } #nav li.ephemeral.selected a { background-color: #FFF; - border: 0 #000 solid; - border-width: 0 1px 1px 1px; - color: #444; + color: #BBB; } diff --git a/templates/archives.html b/templates/archives.html index 6048e0f..24fea14 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -1,5 +1,6 @@ {% extends "base.html" %} +{% block title %}{{ SITENAME }} · Archives{% endblock %} {% block content %} {%- if dates %} -- GitLab