diff --git a/app/assets/stylesheets/_mixins.scss b/app/assets/stylesheets/_mixins.scss index 696236fb..90041297 100644 --- a/app/assets/stylesheets/_mixins.scss +++ b/app/assets/stylesheets/_mixins.scss @@ -70,23 +70,12 @@ } } -// From govuk_frontend_toolkit _conditionals.scss -$is-ie: false !default; -$mobile-ie6: true !default; - // From govuk_frontend_toolkit _conditionals.scss $tablet-breakpoint: 641px !default; $desktop-breakpoint: 769px !default; // From govuk_frontend_toolkit _conditionals.scss @mixin media($size: false, $max-width: false, $min-width: false, $ignore-for-ie: false) { - @if $is-ie and ($ignore-for-ie == false) { - @if $size != mobile { - @if ($ie-version == 6 and $mobile-ie6 == false) or $ie-version > 6 { - @content; - } - } - } @else { @if $size == desktop { @media (min-width: $desktop-breakpoint){ @content; @@ -112,23 +101,4 @@ $desktop-breakpoint: 769px !default; @content } } - } -} - -// From govuk_frontend_toolkit _conditionals.scss -@mixin ie-lte($version) { - @if $is-ie { - @if $ie-version <= $version { - @content; - } - } -} - -// From govuk_frontend_toolkit _conditionals.scss -@mixin ie($version) { - @if $is-ie { - @if $ie-version == $version { - @content; - } - } } diff --git a/app/views/foi/requests/index.html.erb b/app/views/foi/requests/index.html.erb index befdc1e6..57ef0905 100644 --- a/app/views/foi/requests/index.html.erb +++ b/app/views/foi/requests/index.html.erb @@ -1,9 +1,10 @@ -<% content_for :page_title, 'Make a Freedom of Information request' %> +<% content_for :page_title, 'Make a request for information' %> <% content_for :body_classes, 'foi foi-index' %> -
You have a right to request any recorded information held by the Council.
+You have a right to request any recorded information held by the Council. +These are known as ‘Freedom of Information’ or ‘Environmental Information’ requests.
-"> +">