diff options
author | Byron Jones <glob@mozilla.com> | 2014-05-28 06:28:18 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-05-28 06:28:18 +0200 |
commit | ccff248264ff717d515f753e460769b9bf33b38d (patch) | |
tree | 0f4110e77902f6df0f20a019c788b89561d9d6cb /skins/README | |
parent | 60965ea037f9709acd9aa9cc415b423f20345a84 (diff) | |
download | bugzilla-ccff248264ff717d515f753e460769b9bf33b38d.tar.gz bugzilla-ccff248264ff717d515f753e460769b9bf33b38d.tar.xz |
Bug 1016199: move skins/assets to data/assets
r=dkl, a=justdave
Diffstat (limited to 'skins/README')
-rw-r--r-- | skins/README | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/skins/README b/skins/README index 1deac48a2..d649350b9 100644 --- a/skins/README +++ b/skins/README @@ -1,4 +1,4 @@ -There are four directories here, standard/, custom/, contrib/, and assets/. +There are three directories here, standard/, custom/, and contrib/. standard/ holds the standard stylesheets. These are used no matter what skin the user selects. If the user selects the "Classic" skin, then *only* the @@ -16,6 +16,3 @@ if you want to override some CSS in skins/standard/global.css, then you should create a file called "global.css" in custom/ and put some CSS in it. The CSS you put into files in custom/ will be used *in addition* to the CSS in skins/standard/ or the CSS in skins/contrib/. It will apply to every skin. - -assets/ holds the minified and concatenated files which are created by -checksetup.pl and Bugzilla::Template. Do not edit the files in this directory. |