From ffc2f05cbb112150727bf4db4c064aff91b6f963 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 25 Jul 2013 16:34:39 -0400 Subject: [PATCH] Rename zephyr.css to zulip.css. (imported from commit 094580c1563fa05ecff58d6fb86bf2338a32b1a6) --- humbug/settings.py | 4 ++-- zephyr/static/styles/{zephyr.css => zulip.css} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename zephyr/static/styles/{zephyr.css => zulip.css} (100%) diff --git a/humbug/settings.py b/humbug/settings.py index 298057f206..9eb037cae9 100644 --- a/humbug/settings.py +++ b/humbug/settings.py @@ -270,7 +270,7 @@ PIPELINE_CSS = { 'source_filenames': ( 'third/bootstrap-notify/css/bootstrap-notify.css', 'third/spectrum/spectrum.css', - 'styles/zephyr.css', + 'styles/zulip.css', 'styles/pygments.css', 'styles/thirdparty-fonts.css', # We don't want fonts.css on QtWebKit, so its omitted here @@ -281,7 +281,7 @@ PIPELINE_CSS = { 'source_filenames': ( 'third/bootstrap-notify/css/bootstrap-notify.css', 'third/spectrum/spectrum.css', - 'styles/zephyr.css', + 'styles/zulip.css', 'styles/pygments.css', 'styles/thirdparty-fonts.css', 'styles/fonts.css', diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zulip.css similarity index 100% rename from zephyr/static/styles/zephyr.css rename to zephyr/static/styles/zulip.css