aboutsummaryrefslogtreecommitdiffstats
path: root/docs/customising/themes.md
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-07-10 16:56:52 +0100
committerLouise Crow <louise.crow@gmail.com>2014-07-10 16:56:52 +0100
commit95616048a07b1f34c25eb9c27875f18406a72743 (patch)
treea75fe64914466f613f5c699ed81962fd8e132424 /docs/customising/themes.md
parent94abbed71e60f78beb5e195d00275a70ce2efc38 (diff)
parent2def92faf3b07ffb33a1fe89dac7e4208889e54a (diff)
Merge branch 'gh-pages' of ssh://git.mysociety.org/data/git/public/alaveteli into gh-pages
Diffstat (limited to 'docs/customising/themes.md')
-rw-r--r--docs/customising/themes.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/customising/themes.md b/docs/customising/themes.md
index bad1639d7..7db02f7eb 100644
--- a/docs/customising/themes.md
+++ b/docs/customising/themes.md
@@ -107,14 +107,14 @@ instead of the core "about us" file.
### Changing the logo
Alaveteli uses Rails' [asset pipeline](http://guides.rubyonrails.org/asset_pipeline.html) to convert and compress stylesheets written in
-<a href="{{ site.baseurl }}docs/glossary/#sass" class="glossary">Sass</a>,
+<a href="{{ site.baseurl }}docs/glossary/#sass" class="glossary__link">Sass</a>,
the css extension language, to minified concatenated css. Assets are stored in core Alaveteli under `app/assets` - in `fonts`, `images`, `javascripts` and `stylesheets`.
The default theme has corresponding asset directories in `alavetelitheme/assets` Asset files placed in these directories will override those in the core directories. As with templates, a file at `lib/themes/alavetelitheme/assets/images/logo.png` will appear on the site instead of the logo from `app/assets/images/logo.png`.
### Changing the colour scheme
Alaveteli uses a set of basic
-<a href="{{ site.baseurl }}docs/glossary/#sass" class="glossary">Sass</a>
+<a href="{{ site.baseurl }}docs/glossary/#sass" class="glossary__link">Sass</a>
modules to define the layout for the site on different device sizes, and some basic styling. These modules are in `app/assets/stylesheets/responsive`. The colours and fonts are added in the theme - alavetelitheme defines them in `lib/themes/alavetelitheme/assets/stylesheets/responsive/custom.scss`. Colours used in the theme are defined as variables at the top of this file and you can edit them here.
### Changing other styling