From 3e5008b1432093cf8c84d3ead2a67f4df9ffd85f Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Thu, 13 Sep 2012 10:36:29 -0400 Subject: [PATCH] Remove searchbar from narrowed view. Today I'm of the mindset that searching is a fundamentally distinct operation than narrowing, so this reflects that. (There would be a separate screen and UI for searching, I guess.) (imported from commit 432a4088612dafd06184bec228b63056961325dd) --- templates/zephyr/index.html | 4 +--- zephyr/static/js/zephyr.js | 4 ++-- zephyr/static/styles/zephyr.css | 6 +----- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index bab4d51fb2..62139d6f95 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -65,12 +65,10 @@ var people_list = {{ people }};

-