aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wright <martin@mysociety.org>2014-06-26 15:33:56 +0100
committerLouise Crow <louise.crow@gmail.com>2015-03-02 16:11:12 +0000
commit910992a6717dcf6ab439c9ae352568d7d3db7392 (patch)
treec0204805f80e88f6b9dbbd63361983fc39b8ef60
parentff05ced215bf40f1f504cb27a930009a12998b70 (diff)
remove inline css
-rw-r--r--app/views/request/select_authority.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/request/select_authority.html.erb b/app/views/request/select_authority.html.erb
index dea3a8558..5678e5aaa 100644
--- a/app/views/request/select_authority.html.erb
+++ b/app/views/request/select_authority.html.erb
@@ -12,7 +12,7 @@
<% @title = _("Find an authority") %>
-<h1 style="clear: left"><%= _('Find an authority') %></h1>
+<h1><%= _('Find an authority') %></h1>
<div id="authority_selection">
<%= form_tag select_authority_path, { :id => 'search_form', :method => 'get' } do %>