aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-04-17 13:35:52 +0100
committerLouise Crow <louise.crow@gmail.com>2014-04-24 15:38:17 +0100
commit361c9226d5ccf7eaa2fb9b827497110fba8784fd (patch)
treee1fb474b731b430957aad5481954c7d3ce30d09e
parent5226844582b80e1b61634503e68c9acf02f29cae (diff)
Add some notes about stylesheets to CHANGES.doc
-rw-r--r--doc/CHANGES.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md
index 1ae99629f..8e3b166f5 100644
--- a/doc/CHANGES.md
+++ b/doc/CHANGES.md
@@ -2,10 +2,16 @@
## Highlighted features
-## Upgrade notes
+* There is an alternative set of stylesheets for rendering the site in a stripped-down, responsive way (so that it will display appropriately on mobile devices as well as larger screens). We'll be adding some corresponding stylesheets shortly to alavetelitheme to provide a nice basic look and feel.
-* Theme owners are required to update references to fancybox CSS and JS files.
+## Upgrade notes
+* To use the responsive stylesheets across the site, add
+ `RESPONSIVE_STYLING: true` to general.yml. To preview the way a given
+ page would appear with the new stylesheets, add the parameter
+ `responsive=1` to the URL.
+* Theme owners are required to update references to fancybox CSS and JS
+ files.
Example:
- <%= javascript_include_tag 'jquery.fancybox-1.3.4.pack.js' %>