summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorByron Jones <glob@mozilla.com>2014-05-22 07:57:28 +0200
committerByron Jones <glob@mozilla.com>2014-05-22 07:57:42 +0200
commit7f29dd34a78737967912f7c7156451facde7051d (patch)
treecfede92913fb60de31fb23a63bf2528434f53294 /skins
parent54cc754a164f2ee7249b716239b53ca42cc0650a (diff)
downloadbugzilla-7f29dd34a78737967912f7c7156451facde7051d.tar.gz
bugzilla-7f29dd34a78737967912f7c7156451facde7051d.tar.xz
Bug 1014374: backport bug 977969 to bmo (concatenate and slightly minify css files)
Diffstat (limited to 'skins')
-rw-r--r--skins/README35
1 files changed, 18 insertions, 17 deletions
diff --git a/skins/README b/skins/README
index 111c00f03..1deac48a2 100644
--- a/skins/README
+++ b/skins/README
@@ -1,20 +1,21 @@
-There are three directories here, standard/, custom/, and contrib/.
+There are four directories here, standard/, custom/, contrib/, and assets/.
-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 standard/ stylesheets are used.
+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
+standard/ stylesheets are used.
-contrib/ holds "skins" that the user can select in their preferences.
-skins are in directories, and they contain files with the same names
-as the files in skins/standard/. Simply putting a new directory
-into the contrib/ directory adds a new skin as an option in users'
-preferences.
+contrib/ holds "skins" that the user can select in their preferences. skins
+are in directories, and they contain files with the same names as the files in
+skins/standard/. Simply putting a new directory into the contrib/ directory
+adds a new skin as an option in users' preferences.
-custom/ allows you to locally override the standard/ and contrib/ CSS.
-If you put files into the custom/ directory with the same names as the CSS
-files in skins/standard/, you can override the standard/ and contrib/
-CSS. For example, 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.
+custom/ allows you to locally override the standard/ and contrib/ CSS. If you
+put files into the custom/ directory with the same names as the CSS files in
+skins/standard/, you can override the standard/ and contrib/ CSS. For example,
+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.