From a351e0ee4a4bd65bea145f2fc24ddd23bef8a062 Mon Sep 17 00:00:00 2001 From: palagyi <megh@palagyi.com> Date: Sun, 26 Aug 2012 14:32:28 +0200 Subject: [PATCH] Issue #1754316 by dead_arm: Use the MODULE.base.css standard. --- css/{views-rtl.css => views.base-rtl.css} | 0 css/{views.css => views.base.css} | 0 views.info | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename css/{views-rtl.css => views.base-rtl.css} (100%) rename css/{views.css => views.base.css} (100%) diff --git a/css/views-rtl.css b/css/views.base-rtl.css similarity index 100% rename from css/views-rtl.css rename to css/views.base-rtl.css diff --git a/css/views.css b/css/views.base.css similarity index 100% rename from css/views.css rename to css/views.base.css diff --git a/views.info b/views.info index 94edad767349..adea473de7f1 100644 --- a/views.info +++ b/views.info @@ -6,4 +6,4 @@ php = 5.2 dependencies[] = ctools ; Always available CSS -stylesheets[all][] = css/views.css +stylesheets[all][] = css/views.base.css -- GitLab