From 7f6b20624b1a8356e340dd01985f5ed72fd64b08 Mon Sep 17 00:00:00 2001 From: "chen.qiaomin" Date: Sun, 20 Sep 2015 13:29:48 -0400 Subject: [PATCH] Fix the wrong CSS path in 'Customize the dashboard' Change-Id: I4fcaa3acd889bb240cff12996b5f69a3defa8392 Closes-bug: #1502554 --- doc/common-rst/dashboard_customizing.rst | 2 +- doc/common/section_dashboard_customizing.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/common-rst/dashboard_customizing.rst b/doc/common-rst/dashboard_customizing.rst index c4ad809c1d..39507e497c 100644 --- a/doc/common-rst/dashboard_customizing.rst +++ b/doc/common-rst/dashboard_customizing.rst @@ -38,7 +38,7 @@ Logo and site colors :file:`/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/img/`. #. Create a CSS style sheet in - :file:`/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css/`. + :file:`/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/scss/`. #. Change the colors and image file names as appropriate, though the relative directory paths should be the same. The following example file diff --git a/doc/common/section_dashboard_customizing.xml b/doc/common/section_dashboard_customizing.xml index 17792b8c37..7541d38bbc 100644 --- a/doc/common/section_dashboard_customizing.xml +++ b/doc/common/section_dashboard_customizing.xml @@ -83,7 +83,7 @@ Create a CSS style sheet in the following directory: - /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css/ + /usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/scss/