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;
|