From bfa1e98e355b138323eb61bb92044df011f18242 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Fri, 11 Jan 2013 16:14:37 -0500 Subject: [PATCH] Eliminate the stream-or-PM selector. (imported from commit eda85e19ac6c4557dde14a51f58f1f9a14fc7ab9) --- templates/zephyr/home.html | 17 +---------------- zephyr/static/styles/zephyr.css | 8 -------- 2 files changed, 1 insertion(+), 24 deletions(-) diff --git a/templates/zephyr/home.html b/templates/zephyr/home.html index dac43b04c3..aaa726ac9d 100644 --- a/templates/zephyr/home.html +++ b/templates/zephyr/home.html @@ -91,22 +91,7 @@ - -
- -
- +
diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index 742c48f592..4a2b1ba958 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -518,14 +518,6 @@ table.floating_recipient { padding-right: 40px; } -#stream_or_private_message { - display: none; - margin: 3px; - padding: 5px; - width: 90%; - border: 1px solid grey; -} - #message-type-tabs { margin-top: 0px; margin-bottom: 0px;