Make instructions change depending on index option.

Fixes #2
This commit is contained in:
Ian Gulliver
2018-12-05 06:01:02 +00:00
parent 05997919ed
commit 46a9d9a0fe
2 changed files with 24 additions and 4 deletions

View File

@@ -270,6 +270,18 @@ overview,product {
margin-bottom: 1em;
}
blurb.index-letters,blurb.index-none {
display: none;
}
product.index-letters blurb.index-letters {
display: block;
}
product.index-none blurb.index-none {
display: block;
}
owner {
display: block;
width: 11em;