From 0e515b7472d8f3dc73cc04bf1d549cf936cc7ef7 Mon Sep 17 00:00:00 2001 From: Adam Mathes <adam@trenchant.org> Date: Mon, 29 Jan 2018 19:27:58 -0800 Subject: tidier buttons --- static/ui.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'static/ui.html') 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> -- cgit v1.2.3