From f2fef23d82de7bf42a0a035520407752db2384fa Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Wed, 10 Oct 2012 17:34:52 -0400 Subject: [PATCH] Rename classname to streamname. (imported from commit 098bf15c39080797ea5fbc2a9dc3d5842c934eaf) --- templates/zephyr/index.html | 4 ++-- zephyr/static/styles/zephyr.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 6fdca71f59..b0dbb098ab 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -79,12 +79,12 @@ var have_initial_messages = {{ have_initial_messages }};
-

The class does not exist.

+

The stream does not exist.

-

You're not subscribed to the class .

+

You're not subscribed to the stream .

diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index b1f4facabd..cbc46f396b 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -54,7 +54,7 @@ td.pointer { padding-top: 5px; } -.ztable_col1 { /* classname */ +.ztable_col1 { /* streamname */ } .ztable_col2 { /* pointer */ width: 2px; @@ -253,7 +253,7 @@ img.profile_picture { display: none; } -.classname { +.streamname { font-weight: bold; }