diff options
-rw-r--r-- | app/views/layouts/default.rhtml | 2 | ||||
-rw-r--r-- | public/stylesheets/main.css | 11 | ||||
-rw-r--r-- | todo.txt | 2 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index 75b675eb8..8ca1ce51f 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -9,7 +9,7 @@ <div id="header"> <h1> <a href="/">GovernmentSpy</a> - <span id="beta">(in development)</span> + <span id="beta">(<%= link_to "in development", about_url %>)</span> </h1> <div id="tagline">It's your information. Free it from them.</div> </div> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index df0feedae..fdeacdac2 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -56,11 +56,6 @@ a:active { margin: 0; } -#beta { - color: #6e653b; - background-color: #a8f400; - font-size: 50%; -} #tagline { /* color: #6e653b; */ @@ -80,6 +75,12 @@ a:active { text-decoration: underline; } +#beta, #beta a:link, #beta a:visited { + color: #6e653b; + background-color: #a8f400; + font-size: 50%; +} + #content { width: 100%; /* Must specify a width or IE goes crazy wrong! */ position: relative; @@ -72,6 +72,8 @@ sort orders we need) Later ===== +Make interface to specify status + Synthesise these tips into our handful of snappy snappy bullet points http://community.foe.co.uk/tools/right_to_know/tips.html http://www.justice.gov.uk/requestinginformation.htm |