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