diff --git a/themes/bear/templates/section.html b/themes/bear/templates/section.html
index e596ffb..838e001 100644
--- a/themes/bear/templates/section.html
+++ b/themes/bear/templates/section.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block main %}
- Filtering for "{{ section.title }}"
diff --git a/themes/bear/templates/style.html b/themes/bear/templates/style.html
index b242914..9015890 100644
--- a/themes/bear/templates/style.html
+++ b/themes/bear/templates/style.html
@@ -12,6 +12,15 @@
color: #444;
}
+ .skip {
+ position: absolute;
+ top: -3em;
+ background: #fff;
+ }
+ .skip:focus {
+ top: 0;
+ }
+
h1,
h2,
h3,
diff --git a/themes/bear/templates/taxonomy_list.html b/themes/bear/templates/taxonomy_list.html
index 69d9fa2..abf4294 100644
--- a/themes/bear/templates/taxonomy_list.html
+++ b/themes/bear/templates/taxonomy_list.html
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block main %}
- Filtering for "{{ term.name }}"
--
cgit 1.4.1