Fix the wrong CSS path in 'Customize the dashboard'

Change-Id: I4fcaa3acd889bb240cff12996b5f69a3defa8392
Closes-bug: #1502554
This commit is contained in:
chen.qiaomin 2015-09-20 13:29:48 -04:00 committed by Christian Berendt
parent 0c8015c3d1
commit 7f6b20624b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -83,7 +83,7 @@
<step>
<para>
Create a CSS style sheet in the following directory:
<filename>/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/css/</filename>
<filename>/usr/share/openstack-dashboard/openstack_dashboard/static/dashboard/scss/</filename>
</para>
</step>
<step>