diff options
-rw-r--r-- | app/views/help/_alpha_notice.rhtml | 7 | ||||
-rw-r--r-- | app/views/layouts/default.rhtml | 4 | ||||
-rw-r--r-- | app/views/request/frontpage.rhtml | 2 | ||||
-rw-r--r-- | public/stylesheets/main.css | 4 |
4 files changed, 9 insertions, 8 deletions
diff --git a/app/views/help/_alpha_notice.rhtml b/app/views/help/_alpha_notice.rhtml index 49c0a3a67..5c29f90f3 100644 --- a/app/views/help/_alpha_notice.rhtml +++ b/app/views/help/_alpha_notice.rhtml @@ -1,14 +1,13 @@ <div id="alpha_notice"> <p>Hello! This site really isn't nearly finished yet, but it - <strong>works</strong> and so we wanted to start sharing it with you.</p> - - <p>Things still to do.</p> + <strong>works</strong> and so we wanted to start sharing it with you. + Things still to do:</p> <ol> <li> Design the site - the current appearance is purely placeholder. </li> <li> Find a name of the site - <a href="/help/contact">suggestions to us</a> please. </li> <li> Add search, plus RSS feeds and email alerts based on search terms. </li> - <li> Add things you tell us you want. </li> + <li> Add things you <a href="/help/contact">tell us</a> you want. </li> </ol> <p>As always, if you want mySociety to do more stuff like this, please diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index f90c0dec2..088f039cb 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -12,7 +12,9 @@ <a href="/">foi.mysociety.org</a> <span id="beta">(<%= link_to "in development", about_url %>)</span> </h1> - <div id="tagline">Request information from the UK Government</div> + <div id="tagline"> + Request and explore UK Government information + </div> </div> <ul id="navigation"> <li><a href="/">Make Request</a></li> diff --git a/app/views/request/frontpage.rhtml b/app/views/request/frontpage.rhtml index 3200fc838..d41a7045e 100644 --- a/app/views/request/frontpage.rhtml +++ b/app/views/request/frontpage.rhtml @@ -36,7 +36,7 @@ </div> <div id="find_information"> - <h1>View information that others requested</h1> + <h1>Explore information that others requested</h1> <%= render :partial => 'request_listing', :locals => { :info_requests => @info_requests } %> <p><a href="/list">View all information</a></p> </div> diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css index 7f2e3e914..f7c94ef0e 100644 --- a/public/stylesheets/main.css +++ b/public/stylesheets/main.css @@ -222,8 +222,8 @@ div.fieldWithErrors { display:inline; } text-align: center; } #alpha_notice ol { - margin-left: 20%; - width: 60%; + margin-left: 18%; + width: 64%; } #request_frontpage h1 { |