aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Mathes <adam@trenchant.org>2018-01-29 19:27:58 -0800
committerAdam Mathes <adam@trenchant.org>2018-01-29 19:27:58 -0800
commit0e515b7472d8f3dc73cc04bf1d549cf936cc7ef7 (patch)
treea671aa1d7ef5494dd2ae048e4e65845183b95143
parent07346c765e008ad80c1665f69fc076b7eed95374 (diff)
downloadneko-0e515b7472d8f3dc73cc04bf1d549cf936cc7ef7.tar.gz
neko-0e515b7472d8f3dc73cc04bf1d549cf936cc7ef7.tar.bz2
neko-0e515b7472d8f3dc73cc04bf1d549cf936cc7ef7.zip
tidier buttons
-rw-r--r--static/ui.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/ui.html b/static/ui.html
index ca6af78..8918d82 100644
--- a/static/ui.html
+++ b/static/ui.html
@@ -79,14 +79,14 @@
<li>
<a
{{if app.allFilter}}style="font-weight: bold;"{{/if}}
- class="all_filter">everything</a>
+ class="all_filter">all</a>
</li>
<li>
<a {{if app.starredFilter}}style="font-weight: bold;"{{/if}}
- class="starred_filter">starred</a>
+ class="starred_filter">★ starred</a>
</li>
<li>
- <button class="new_feed">+ Feed</button>
+ <button class="new_feed"> + </button>
</li>
<li>
</li>