mysociety / fixmystreet

This is mySociety's popular map-based reporting platform: easy to install in new countries and regions
http://fixmystreet.org/
Other
514 stars 236 forks source link

Documentation mop-up #740

Open dracos opened 10 years ago

dracos commented 10 years ago
wrightmartin commented 10 years ago

get A Designer to make the class="glossary" links look different from full-on links

It looks like class="glossary" is used on the <dl> too - is that intentional? It appears they are sharing styles. (line 54 of https://raw.githubusercontent.com/mysociety/fixmystreet/gh-pages/glossary.md)

davewhiteland commented 10 years ago

martin yeah -- so dl.glossary is the glossary (or a thing styled like the glossary -- I used it on the config pages too for a title->content relationship), and a.glossary is a link into the glossary.

If this is naughty (maybe a.glossary is supposed to be a.glossary-link in the Right Way) obviously it can be changed.

Note I've done the same in Alavateli docs.

wrightmartin commented 10 years ago

@davewhiteland probably easier to rename dl.glossary to .glossary_list or something similar