diff options
author | Struan Donald <struan@exo.org.uk> | 2014-06-09 18:04:34 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-07-01 17:42:58 +0100 |
commit | cea2096f8da052d56bf124975978c767e9d1287c (patch) | |
tree | ba8a259023f046bfc40947633adba8e510f6f797 /templates/web/default/alert | |
parent | e9d85112d74b9fd84250c47fb56afe7c688bf4d3 (diff) |
sort out display on mobile
hide footer menu on mobile
add privacy link to main menu, hide on desktop
Diffstat (limited to 'templates/web/default/alert')
-rw-r--r-- | templates/web/default/alert/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html index 36c0daf91..e3dead34a 100644 --- a/templates/web/default/alert/index.html +++ b/templates/web/default/alert/index.html @@ -1,4 +1,4 @@ -[% INCLUDE 'header.html', title = loc('Local RSS feeds and email alerts'), bodyclass = 'twothirdswidthpage' %] +[% INCLUDE 'header.html', title = loc('Local RSS feeds and email alerts'), bodyclass = 'twothirdswidthpage alertindex' %] <h1>[% loc('Local RSS feeds and email alerts') %]</h1> |