[Rt-commit] rt branch, 4.2/update-styling-docs, created. rt-4.2.13-120-g7d71dc2
Jim Brandt
jbrandt at bestpractical.com
Mon Feb 6 14:11:00 EST 2017
The branch, 4.2/update-styling-docs has been created
at 7d71dc211173d7dd506856391a32f2c75fe1c4bc (commit)
- Log -----------------------------------------------------------------
commit 7d71dc211173d7dd506856391a32f2c75fe1c4bc
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Mon Feb 6 14:09:37 2017 -0500
Add html directories to custom style docs
To create a custom style, you need an html directory in
addition to the static directories. Add this to the custom style
documentation.
Fixes:I#31800
diff --git a/docs/customizing/styling_rt.pod b/docs/customizing/styling_rt.pod
index 7e37d00..1647396 100644
--- a/docs/customizing/styling_rt.pod
+++ b/docs/customizing/styling_rt.pod
@@ -121,6 +121,9 @@ started:
$ mkdir -p local/static/css/localstyle
$ cp -R share/static/css/rudder/* local/static/css/localstyle/
+ $ mkdir -p local/html/NoAuth/css/localstyle
+ $ cp -R share/html/NoAuth/css/rudder/* local/html/NoAuth/css/localstyle/
+
You can call your "localstyle" directory whatever you want and you don't
have to copy the rudder theme to start from, but it's a good place to
start off for RT4.
-----------------------------------------------------------------------
More information about the rt-commit
mailing list