diff options
Diffstat (limited to 'doc/CHANGES.md')
-rw-r--r-- | doc/CHANGES.md | 10 |
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' %> |