diff options
-rw-r--r-- | app/views/help/about.rhtml | 21 | ||||
-rw-r--r-- | public/stylesheets/main.css | 2 | ||||
-rw-r--r-- | todo.txt | 2 |
3 files changed, 18 insertions, 7 deletions
diff --git a/app/views/help/about.rhtml b/app/views/help/about.rhtml index 109f830b9..8810c8b67 100644 --- a/app/views/help/about.rhtml +++ b/app/views/help/about.rhtml @@ -1,10 +1,21 @@ <% @title = "About" %> <div id="about_sidebar"> -<h1 id="contact">Contact us</h1> -<p>If your question isn't answered here, or you just wanted to let us know -something about the site, <a href="/help/contact">contact us</a>. -</p> + <h1 id="contact">Contact us</h1> + <p>If your question isn't answered here, or you just wanted to let us know + something about the site, <a href="/help/contact">contact us</a>. + </p> + + <h1>Contents</h1> + <p> + <ul> + <li><a href="#introduction">Introduction</a></li> + <li><a href="#making_requests">Making requests</a></li> + <li><a href="#privacy">Privacy policy</a></li> + <li><a href="#officers">FOI officers</a></li> + <li><a href="#credits">Credits</a></li> + </ul> + </p> </div> <h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1> @@ -127,7 +138,7 @@ authority has a duty to work out if the Environmental Information Regulations </dl> -<h1 id="privacy">Privacy questions <a href="#privacy">#</a> </h1> +<h1 id="privacy">Privacy policy <a href="#privacy">#</a> </h1> <dl> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index aa78bfc15..64dfba1e7 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -838,7 +838,7 @@ div#about_sidebar float: right; clear: none; width: 12em; - margin: 1.2em 0 1.2em 2em; + margin: 0 0 0 1em; } div#help_about dt a, div#help_about h1 a @@ -46,7 +46,7 @@ Fit google search and website search better into flow somehow, but how :( Add "I have a large file" to FOI office FAQ Add "Who should I make my request to?" Add "I want to file squillions of requests" -Add "I didn't get the email / spam question" and link to from FOI offcier upload page +Add "I didn't get the email / spam question" and link to from FOI officer upload page Add "Postal replies stuff" and link to from FOI officer upload page Add "I'm not sure which authority to make my request to" - make flow better after first section, to abrupt now Policy on officer names. |