diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-10-12 14:34:44 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-10-12 14:34:44 +0100 |
commit | c93bd58fbe66146ea57a836ba79ac024d4da45e8 (patch) | |
tree | 52df00ea77c40e78fcaae3be95db10e08f135eb3 /templates | |
parent | 2d6757a8032db76859f6cdb5178879b3e9b719cc (diff) |
Add padding, background colour, other bits to fix #307.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/fixmystreet/report/display.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/web/fixmystreet/report/display.html b/templates/web/fixmystreet/report/display.html index 65a3980b6..dce8efab2 100644 --- a/templates/web/fixmystreet/report/display.html +++ b/templates/web/fixmystreet/report/display.html @@ -41,9 +41,9 @@ <div id="report-updates-data" class="hidden-js"> <form action="[% c.uri_for( '/alert/subscribe' ) %]" method="post"> - <p><a href="[% c.uri_for( '/rss', problem.id ) %]"> - <img src="/i/feed.png" width="16" height="16" title="[% loc('RSS feed') %]" alt="[% loc('RSS feed of updates to this problem' ) %]" border="0" style="float: right"> - </a></p> + <a href="[% c.uri_for( '/rss', problem.id ) %]"> + <img src="/i/feed.png" width="16" height="16" title="[% loc('RSS feed') %]" alt="[% loc('RSS feed of updates to this problem' ) %]" border="0"> + </a> <p>[% loc('Receive email when updates are left on this problem.' ) %]</p> <fieldset> <label class="hidden n" for="alert_rznvy">[% loc('Your email') %]</label> |