diff options
author | Adam Mathes <adam@trenchant.org> | 2018-01-29 19:27:58 -0800 |
---|---|---|
committer | Adam Mathes <adam@trenchant.org> | 2018-01-29 19:27:58 -0800 |
commit | 0e515b7472d8f3dc73cc04bf1d549cf936cc7ef7 (patch) | |
tree | a671aa1d7ef5494dd2ae048e4e65845183b95143 /static/ui.html | |
parent | 07346c765e008ad80c1665f69fc076b7eed95374 (diff) | |
download | neko-0e515b7472d8f3dc73cc04bf1d549cf936cc7ef7.tar.gz neko-0e515b7472d8f3dc73cc04bf1d549cf936cc7ef7.tar.bz2 neko-0e515b7472d8f3dc73cc04bf1d549cf936cc7ef7.zip |
tidier buttons
Diffstat (limited to 'static/ui.html')
-rw-r--r-- | static/ui.html | 6 |
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> |