summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-05-27 07:34:53 +0200
committerByron Jones <glob@mozilla.com>2014-05-27 07:34:53 +0200
commit049ea3d136ca73c82f5aa530f328d2596f8e6090 (patch)
tree892b9c5f78d1ca9e5e195eaacb641ad52ee6599b /skins
parent612ab3f079cb9f716581c37d52804d2da0422929 (diff)
downloadbugzilla-049ea3d136ca73c82f5aa530f328d2596f8e6090.tar.gz
bugzilla-049ea3d136ca73c82f5aa530f328d2596f8e6090.tar.xz
Bug 1014374: backport bug 977969 to bmo (concatenate and slightly minify css files)
Diffstat (limited to 'skins')
-rw-r--r--skins/README5
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.