about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--templates/list.html2
-rw-r--r--templates/style.css4
-rw-r--r--templates/tags.html2
3 files changed, 6 insertions, 2 deletions
diff --git a/templates/list.html b/templates/list.html index ffe29f0..77415ba 100644 --- a/templates/list.html +++ b/templates/list.html
@@ -25,7 +25,7 @@
25 </header> 25 </header>
26 <main id="content"> 26 <main id="content">
27 <div class="filter"> 27 <div class="filter">
28 <h3>Tag</h3> 28 <h3 class="filter">Tag</h3>
29 <small> 29 <small>
30 <a href="../">Remove filter</a> 30 <a href="../">Remove filter</a>
31 </small> 31 </small>
diff --git a/templates/style.css b/templates/style.css index 54ad0da..5c55ef4 100644 --- a/templates/style.css +++ b/templates/style.css
@@ -41,6 +41,10 @@ a {
41 border: 0; 41 border: 0;
42} 42}
43 43
44.filter {
45 margin-bottom: 0;
46}
47
44time { 48time {
45 font-style: italic; 49 font-style: italic;
46} 50}
diff --git a/templates/tags.html b/templates/tags.html index 6a58055..406f8d7 100644 --- a/templates/tags.html +++ b/templates/tags.html
@@ -24,7 +24,7 @@
24 </nav> 24 </nav>
25 </header> 25 </header>
26 <main id="content"> 26 <main id="content">
27 <h3 style="margin-bottom: 0">Tags</h3> 27 <h3 class="filter">Tags</h3>
28 <ul class="tags"> 28 <ul class="tags">
29 <li class="h-feed"> 29 <li class="h-feed">
30 <a href="/tags/tag">#tag</a> 30 <a href="/tags/tag">#tag</a>