summaryrefslogtreecommitdiff
path: root/rt/docs/customizing/styling_rt.pod
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-08-25 15:06:19 -0700
committerIvan Kohler <ivan@freeside.biz>2017-08-25 15:06:19 -0700
commitcbfeb5f6b7490f78361318ce6290bfb442dbfcbe (patch)
treee6409692bc2376649eeda94344f0a7f578a75428 /rt/docs/customizing/styling_rt.pod
parent8ffd7de981603a189cd0ea62ca948eaf3f66ca49 (diff)
parent5b5eb87bf66f1fac003a13dc2db48e8970c5c986 (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
Diffstat (limited to 'rt/docs/customizing/styling_rt.pod')
-rw-r--r--rt/docs/customizing/styling_rt.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt/docs/customizing/styling_rt.pod b/rt/docs/customizing/styling_rt.pod
index 7e37d009e..1647396d6 100644
--- a/rt/docs/customizing/styling_rt.pod
+++ b/rt/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.