From de9d037528895f7151a9aead6724ce2df95f9586 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sun, 6 Aug 2017 10:11:28 -0700 Subject: rt 4.2.14 (#13852) --- rt/docs/customizing/styling_rt.pod | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rt/docs/customizing/styling_rt.pod') 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. -- cgit v1.2.1