diff options
author | Martin Wright <martin@mysociety.org> | 2014-06-26 15:33:56 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2015-03-02 16:11:12 +0000 |
commit | 910992a6717dcf6ab439c9ae352568d7d3db7392 (patch) | |
tree | c0204805f80e88f6b9dbbd63361983fc39b8ef60 | |
parent | ff05ced215bf40f1f504cb27a930009a12998b70 (diff) |
remove inline css
-rw-r--r-- | app/views/request/select_authority.html.erb | 2 |
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 %> |