X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2FREADME.txt;h=5e1916ac0f148a964da848930f3b7924f3f7bb4c;hb=6bd4383b0f4bb3e3b662615dae442199fed568d8;hp=f98af93e74760ebe3b19617f263789b22d31039a;hpb=a47350271759e5b84ad303cc011f8174b866cafc;p=citadel.git diff --git a/webcit/README.txt b/webcit/README.txt index f98af93e7..5e1916ac0 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -176,6 +176,21 @@ ones which you may be interested in are: If you would like to deploy a "favicon.ico" graphic, please put it in the static/ directory. WebCit will properly serve it from there. + + CUSTOMIZATION + ------------- + + The default WebCit installation will create an empty directory called +"static.local". In this directory you may place a file called "webcit.css" +which, if present, is referenced *after* the default stylesheet. If you +know CSS and wish to customize your WebCit installation, any styles you +declare in static.local/webcit.css will override the styles found in +static/webcit.css -- and your customizations will not be overwritten when +you upgrade WebCit later. + + You may also place other files, such as images, in static.local for +further customization. + CALENDAR SERVICE ----------------